Html Css Color HEX #C9A660 Laser

📋 copy color: '#C9A660'

red 201 ◦ green 166 ◦ blue 96

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

Shades of Laser #C9A660

Tints of Laser #C9A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.85%

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 43.41%
G = 35.85%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C9A660 (or 0xC9A660) is known color: Laser. HEX triplet: C9, A6 and 60. RGB value is (201,166,96). Sum of RGB (Red+Green+Blue) = 201+166+96=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A660 is #36599F. Grayscale: #A8A8A8. Windows color (decimal): -3561888 or 6334153. OLE color: 6334153.

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

Color convert

RGB 201 166 96 -
CMYK 0 0.17 0.52 0.21
HSL 40º 0.49% 0.58% -
HSV(B) 40º 0.52% 0.79% -
XYZ 39.83 40.53 16.79 -
YUV 168.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 201 166 96 0 0.17 0.52 0.21 40 0.49 0.58
Hex C9 A6 60 0 11 34 15 28 31 3A
Octal 311 246 140 0 21 64 25 50 61 72
Binary 11001001 10100110 1100000 0 10001 110100 10101 101000 110001 111010

Color Harmonies of #C9A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A660

Black with #C9A660

Text Example


Text Example

White with #C9A660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A660; }

 p { color: rgb(201,166,96); }

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

background-color css

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

 a { background-color: rgb(201,166,96); }

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

border-color css

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

 span { border-color: rgb(201,166,96); }

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