Html Css Color HEX #C9A85B Laser

📋 copy color: '#C9A85B'

red 201 ◦ green 168 ◦ blue 91

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

Shades of Laser #C9A85B

Tints of Laser #C9A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 43.7%
G = 36.52%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9A85B (or 0xC9A85B) is known color: Laser. HEX triplet: C9, A8 and 5B. RGB value is (201,168,91). Sum of RGB (Red+Green+Blue) = 201+168+91=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A85B is #3657A4. Grayscale: #A9A9A9. Windows color (decimal): -3561381 or 6006985. OLE color: 6006985.

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

Color convert

RGB 201 168 91 -
CMYK 0 0.16 0.55 0.21
HSL 42º 0.5% 0.57% -
HSV(B) 42º 0.55% 0.79% -
XYZ 39.98 41.18 15.74 -
YUV 169.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 201 168 91 0 0.16 0.55 0.21 42 0.5 0.57
Hex C9 A8 5B 0 10 37 15 2A 32 39
Octal 311 250 133 0 20 67 25 52 62 71
Binary 11001001 10101000 1011011 0 10000 110111 10101 101010 110010 111001

Color Harmonies of #C9A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A85B

Black with #C9A85B

Text Example


Text Example

White with #C9A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A85B; }

 p { color: rgb(201,168,91); }

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

background-color css

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

 a { background-color: rgb(201,168,91); }

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

border-color css

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

 span { border-color: rgb(201,168,91); }

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