Html Css Color HEX #C9A764 Laser

📋 copy color: '#C9A764'

red 201 ◦ green 167 ◦ blue 100

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

Shades of Laser #C9A764

Tints of Laser #C9A764

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 42.95%
G = 35.68%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C9A764 (or 0xC9A764) is known color: Laser. HEX triplet: C9, A7 and 64. RGB value is (201,167,100). Sum of RGB (Red+Green+Blue) = 201+167+100=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A764 is #36589B. Grayscale: #A9A9A9. Windows color (decimal): -3561628 or 6596553. OLE color: 6596553.

HSL color Cylindrical-coordinate representation of color #C9A764: hue angle of 39.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9A764 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 167 100 -
CMYK 0 0.17 0.50 0.21
HSL 39.8º 0.48% 0.59% -
HSV(B) 39.8º 0.5% 0.79% -
XYZ 40.21 40.98 17.85 -
YUV 169.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 201 167 100 0 0.17 0.50 0.21 39.8 0.48 0.59
Hex C9 A7 64 0 11 32 15 28 30 3B
Octal 311 247 144 0 21 62 25 50 60 73
Binary 11001001 10100111 1100100 0 10001 110010 10101 101000 110000 111011

Color Harmonies of #C9A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A764

Black with #C9A764

Text Example


Text Example

White with #C9A764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A764; }

 p { color: rgb(201,167,100); }

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

background-color css

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

 a { background-color: rgb(201,167,100); }

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

border-color css

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

 span { border-color: rgb(201,167,100); }

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