Html Css Color HEX #C9AC66 Laser

📋 copy color: '#C9AC66'

red 201 ◦ green 172 ◦ blue 102

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

Shades of Laser #C9AC66

Tints of Laser #C9AC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.21%

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 42.32%
G = 36.21%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C9AC66 (or 0xC9AC66) is known color: Laser. HEX triplet: C9, AC and 66. RGB value is (201,172,102). Sum of RGB (Red+Green+Blue) = 201+172+102=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC66 is #365399. Grayscale: #ACACAC. Windows color (decimal): -3560346 or 6728905. OLE color: 6728905.

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

Color convert

RGB 201 172 102 -
CMYK 0 0.14 0.49 0.21
HSL 42.42º 0.48% 0.59% -
HSV(B) 42.42º 0.49% 0.79% -
XYZ 41.24 42.88 18.67 -
YUV 172.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 201 172 102 0 0.14 0.49 0.21 42.42 0.48 0.59
Hex C9 AC 66 0 E 31 15 2A 30 3B
Octal 311 254 146 0 16 61 25 52 60 73
Binary 11001001 10101100 1100110 0 1110 110001 10101 101010 110000 111011

Color Harmonies of #C9AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC66

Black with #C9AC66

Text Example


Text Example

White with #C9AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC66; }

 p { color: rgb(201,172,102); }

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

background-color css

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

 a { background-color: rgb(201,172,102); }

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

border-color css

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

 span { border-color: rgb(201,172,102); }

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