Html Css Color HEX #C9A855 Laser

📋 copy color: '#C9A855'

red 201 ◦ green 168 ◦ blue 85

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

Shades of Laser #C9A855

Tints of Laser #C9A855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.72%

R = 44.27%
G = 37%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C9A855 (or 0xC9A855) is known color: Laser. HEX triplet: C9, A8 and 55. RGB value is (201,168,85). Sum of RGB (Red+Green+Blue) = 201+168+85=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A855 is #3657AA. Grayscale: #A8A8A8. Windows color (decimal): -3561387 or 5613769. OLE color: 5613769.

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

Color convert

RGB 201 168 85 -
CMYK 0 0.16 0.58 0.21
HSL 42.93º 0.52% 0.56% -
HSV(B) 42.93º 0.58% 0.79% -
XYZ 39.73 41.08 14.43 -
YUV 168.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 201 168 85 0 0.16 0.58 0.21 42.93 0.52 0.56
Hex C9 A8 55 0 10 3A 15 2B 34 38
Octal 311 250 125 0 20 72 25 53 64 70
Binary 11001001 10101000 1010101 0 10000 111010 10101 101011 110100 111000

Color Harmonies of #C9A855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A855

Black with #C9A855

Text Example


Text Example

White with #C9A855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A855; }

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

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

background-color css

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

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

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

border-color css

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

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

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