Html Css Color HEX #C9A255 Laser

📋 copy color: '#C9A255'

red 201 ◦ green 162 ◦ blue 85

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

Shades of Laser #C9A255

Tints of Laser #C9A255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.16%

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

R = 44.87%
G = 36.16%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C9A255 (or 0xC9A255) is known color: Laser. HEX triplet: C9, A2 and 55. RGB value is (201,162,85). Sum of RGB (Red+Green+Blue) = 201+162+85=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A255 is #365DAA. Grayscale: #A5A5A5. Windows color (decimal): -3562923 or 5612233. OLE color: 5612233.

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

Color convert

RGB 201 162 85 -
CMYK 0 0.19 0.58 0.21
HSL 39.83º 0.52% 0.56% -
HSV(B) 39.83º 0.58% 0.79% -
XYZ 38.65 38.91 14.07 -
YUV 164.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 201 162 85 0 0.19 0.58 0.21 39.83 0.52 0.56
Hex C9 A2 55 0 13 3A 15 28 34 38
Octal 311 242 125 0 23 72 25 50 64 70
Binary 11001001 10100010 1010101 0 10011 111010 10101 101000 110100 111000

Color Harmonies of #C9A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A255

Black with #C9A255

Text Example


Text Example

White with #C9A255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A255; }

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

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

background-color css

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

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

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

border-color css

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

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

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