Html Css Color HEX #C5AA66 Laser

📋 copy color: '#C5AA66'

red 197 ◦ green 170 ◦ blue 102

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

Shades of Laser #C5AA66

Tints of Laser #C5AA66

RGB

 RED value IS 197 (77.34% from 255) = 42%

 GREEN value IS 170 (66.8% from 255) = 36.25%

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

R = 42%
G = 36.25%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C5AA66 (or 0xC5AA66) is known color: Laser. HEX triplet: C5, AA and 66. RGB value is (197,170,102). Sum of RGB (Red+Green+Blue) = 197+170+102=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA66 is #3A5599. Grayscale: #AAAAAA. Windows color (decimal): -3823002 or 6728389. OLE color: 6728389.

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

Color convert

RGB 197 170 102 -
CMYK 0 0.14 0.48 0.23
HSL 42.95º 0.45% 0.59% -
HSV(B) 42.95º 0.48% 0.77% -
XYZ 39.8 41.58 18.5 -
YUV 170.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 197 170 102 0 0.14 0.48 0.23 42.95 0.45 0.59
Hex C5 AA 66 0 E 30 17 2B 2D 3B
Octal 305 252 146 0 16 60 27 53 55 73
Binary 11000101 10101010 1100110 0 1110 110000 10111 101011 101101 111011

Color Harmonies of #C5AA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA66

Black with #C5AA66

Text Example


Text Example

White with #C5AA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA66; }

 p { color: rgb(197,170,102); }

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

background-color css

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

 a { background-color: rgb(197,170,102); }

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

border-color css

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

 span { border-color: rgb(197,170,102); }

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