Html Css Color HEX #C9AF57 Laser

📋 copy color: '#C9AF57'

red 201 ◦ green 175 ◦ blue 87

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

Shades of Laser #C9AF57

Tints of Laser #C9AF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.79%

R = 43.41%
G = 37.8%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C9AF57 (or 0xC9AF57) is known color: Laser. HEX triplet: C9, AF and 57. RGB value is (201,175,87). Sum of RGB (Red+Green+Blue) = 201+175+87=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF57 is #3650A8. Grayscale: #ADADAD. Windows color (decimal): -3559593 or 5746633. OLE color: 5746633.

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

Color convert

RGB 201 175 87 -
CMYK 0 0.13 0.57 0.21
HSL 46.32º 0.51% 0.56% -
HSV(B) 46.32º 0.57% 0.79% -
XYZ 41.14 43.77 15.3 -
YUV 172.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 201 175 87 0 0.13 0.57 0.21 46.32 0.51 0.56
Hex C9 AF 57 0 D 39 15 2E 33 38
Octal 311 257 127 0 15 71 25 56 63 70
Binary 11001001 10101111 1010111 0 1101 111001 10101 101110 110011 111000

Color Harmonies of #C9AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF57

Black with #C9AF57

Text Example


Text Example

White with #C9AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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