Html Css Color HEX #C4A566 Laser

📋 copy color: '#C4A566'

red 196 ◦ green 165 ◦ blue 102

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

Shades of Laser #C4A566

Tints of Laser #C4A566

RGB

 RED value IS 196 (76.95% from 255) = 42.33%

 GREEN value IS 165 (64.84% from 255) = 35.64%

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

R = 42.33%
G = 35.64%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4A566 (or 0xC4A566) is known color: Laser. HEX triplet: C4, A5 and 66. RGB value is (196,165,102). Sum of RGB (Red+Green+Blue) = 196+165+102=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A566 is #3B5A99. Grayscale: #A7A7A7. Windows color (decimal): -3889818 or 6727108. OLE color: 6727108.

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

Color convert

RGB 196 165 102 -
CMYK 0 0.16 0.48 0.23
HSL 40.21º 0.44% 0.58% -
HSV(B) 40.21º 0.48% 0.77% -
XYZ 38.62 39.61 18.18 -
YUV 167.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 196 165 102 0 0.16 0.48 0.23 40.21 0.44 0.58
Hex C4 A5 66 0 10 30 17 28 2C 3A
Octal 304 245 146 0 20 60 27 50 54 72
Binary 11000100 10100101 1100110 0 10000 110000 10111 101000 101100 111010

Color Harmonies of #C4A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A566

Black with #C4A566

Text Example


Text Example

White with #C4A566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A566; }

 p { color: rgb(196,165,102); }

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

background-color css

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

 a { background-color: rgb(196,165,102); }

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

border-color css

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

 span { border-color: rgb(196,165,102); }

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