Html Css Color HEX #C9A466 Laser

📋 copy color: '#C9A466'

red 201 ◦ green 164 ◦ blue 102

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

Shades of Laser #C9A466

Tints of Laser #C9A466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

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

R = 43.04%
G = 35.12%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C9A466 (or 0xC9A466) is known color: Laser. HEX triplet: C9, A4 and 66. RGB value is (201,164,102). Sum of RGB (Red+Green+Blue) = 201+164+102=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A466 is #365B99. Grayscale: #A8A8A8. Windows color (decimal): -3562394 or 6726857. OLE color: 6726857.

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

Color convert

RGB 201 164 102 -
CMYK 0 0.18 0.49 0.21
HSL 37.58º 0.48% 0.59% -
HSV(B) 37.58º 0.49% 0.79% -
XYZ 39.76 39.93 18.18 -
YUV 168 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 201 164 102 0 0.18 0.49 0.21 37.58 0.48 0.59
Hex C9 A4 66 0 12 31 15 26 30 3B
Octal 311 244 146 0 22 61 25 46 60 73
Binary 11001001 10100100 1100110 0 10010 110001 10101 100110 110000 111011

Color Harmonies of #C9A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A466

Black with #C9A466

Text Example


Text Example

White with #C9A466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A466; }

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

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

background-color css

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

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

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

border-color css

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

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

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