Html Css Color HEX #C9A765 Laser

📋 copy color: '#C9A765'

red 201 ◦ green 167 ◦ blue 101

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

Shades of Laser #C9A765

Tints of Laser #C9A765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 42.86%
G = 35.61%
B = 21.54%

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

#C9A765 (or 0xC9A765) is known color: Laser. HEX triplet: C9, A7 and 65. RGB value is (201,167,101). Sum of RGB (Red+Green+Blue) = 201+167+101=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A765 is #36589A. Grayscale: #A9A9A9. Windows color (decimal): -3561627 or 6662089. OLE color: 6662089.

HSL color Cylindrical-coordinate representation of color #C9A765: hue angle of 39.6º 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 #C9A765 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 167 101 -
CMYK 0 0.17 0.50 0.21
HSL 39.6º 0.48% 0.59% -
HSV(B) 39.6º 0.5% 0.79% -
XYZ 40.26 40.99 18.1 -
YUV 169.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 201 167 101 0 0.17 0.50 0.21 39.6 0.48 0.59
Hex C9 A7 65 0 11 32 15 28 30 3B
Octal 311 247 145 0 21 62 25 50 60 73
Binary 11001001 10100111 1100101 0 10001 110010 10101 101000 110000 111011

Color Harmonies of #C9A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A765

Black with #C9A765

Text Example


Text Example

White with #C9A765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A765; }

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

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

background-color css

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

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

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

border-color css

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

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

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