Html Css Color HEX #C9AF5C Laser

📋 copy color: '#C9AF5C'

red 201 ◦ green 175 ◦ blue 92

#C9AF5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #C9AF5C

Tints of Laser #C9AF5C

RGB

 RED value IS 201 (78.91% from 255) = 42.95%

 GREEN value IS 175 (68.75% from 255) = 37.39%

 BLUE value IS 92 (36.33% from 255) = 19.66%

R = 42.95%
G = 37.39%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9AF5C (or 0xC9AF5C) is known color: Laser. HEX triplet: C9, AF and 5C. RGB value is (201,175,92). Sum of RGB (Red+Green+Blue) = 201+175+92=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF5C is #3650A3. Grayscale: #ADADAD. Windows color (decimal): -3559588 or 6074313. OLE color: 6074313.

HSL color Cylindrical-coordinate representation of color #C9AF5C: hue angle of 45.69º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9AF5C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 92 -
CMYK 0 0.13 0.54 0.21
HSL 45.69º 0.5% 0.57% -
HSV(B) 45.69º 0.54% 0.79% -
XYZ 41.35 43.85 16.41 -
YUV 173.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 201 175 92 0 0.13 0.54 0.21 45.69 0.5 0.57
Hex C9 AF 5C 0 D 36 15 2E 32 39
Octal 311 257 134 0 15 66 25 56 62 71
Binary 11001001 10101111 1011100 0 1101 110110 10101 101110 110010 111001

Color Harmonies of #C9AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF5C

Black with #C9AF5C

Text Example


Text Example

White with #C9AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF5C; }

 p { color: rgb(201,175,92); }

 H1.HeaderClassName
 {
   color: #C9AF5C;
 }
 .AnyTagClassName
 {
   color: #C9AF5C;
 }
</style>

background-color css

<style>
 a { background-color: #C9AF5C; }

 a { background-color: rgb(201,175,92); }

 div.DivClassName
 {
   background-color: #C9AF5C;
 }
 .BgClassName
 {
   background-color: #C9AF5C;
 }
</style>

border-color css

<style>
 span { border-color: #C9AF5C; }

 span { border-color: rgb(201,175,92); }

 td.TdClassName
 {
   border-color: #C9AF5C;
 }
 .TagClassName
 {
   border-color: #C9AF5C;
 }
</style>