Html Css Color HEX #C9A05C Laser

📋 copy color: '#C9A05C'

red 201 ◦ green 160 ◦ blue 92

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

Shades of Laser #C9A05C

Tints of Laser #C9A05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.32%

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 44.37%
G = 35.32%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9A05C (or 0xC9A05C) is known color: Laser. HEX triplet: C9, A0 and 5C. RGB value is (201,160,92). Sum of RGB (Red+Green+Blue) = 201+160+92=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A05C is #365FA3. Grayscale: #A4A4A4. Windows color (decimal): -3563428 or 6070473. OLE color: 6070473.

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

Color convert

RGB 201 160 92 -
CMYK 0 0.20 0.54 0.21
HSL 37.43º 0.5% 0.57% -
HSV(B) 37.43º 0.54% 0.79% -
XYZ 38.59 38.33 15.49 -
YUV 164.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 201 160 92 0 0.20 0.54 0.21 37.43 0.5 0.57
Hex C9 A0 5C 0 14 36 15 25 32 39
Octal 311 240 134 0 24 66 25 45 62 71
Binary 11001001 10100000 1011100 0 10100 110110 10101 100101 110010 111001

Color Harmonies of #C9A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A05C

Black with #C9A05C

Text Example


Text Example

White with #C9A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A05C; }

 p { color: rgb(201,160,92); }

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

background-color css

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

 a { background-color: rgb(201,160,92); }

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

border-color css

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

 span { border-color: rgb(201,160,92); }

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