Html Css Color HEX #C4A866 Laser

📋 copy color: '#C4A866'

red 196 ◦ green 168 ◦ blue 102

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

Shades of Laser #C4A866

Tints of Laser #C4A866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

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

R = 42.06%
G = 36.05%
B = 21.89%

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

#C4A866 (or 0xC4A866) is known color: Laser. HEX triplet: C4, A8 and 66. RGB value is (196,168,102). Sum of RGB (Red+Green+Blue) = 196+168+102=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A866 is #3B5799. Grayscale: #A9A9A9. Windows color (decimal): -3889050 or 6727876. OLE color: 6727876.

HSL color Cylindrical-coordinate representation of color #C4A866: hue angle of 42.13º 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 #C4A866 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 102 -
CMYK 0 0.14 0.48 0.23
HSL 42.13º 0.44% 0.58% -
HSV(B) 42.13º 0.48% 0.77% -
XYZ 39.17 40.7 18.36 -
YUV 168.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 196 168 102 0 0.14 0.48 0.23 42.13 0.44 0.58
Hex C4 A8 66 0 E 30 17 2A 2C 3A
Octal 304 250 146 0 16 60 27 52 54 72
Binary 11000100 10101000 1100110 0 1110 110000 10111 101010 101100 111010

Color Harmonies of #C4A866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A866

Black with #C4A866

Text Example


Text Example

White with #C4A866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A866; }

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

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

background-color css

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

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

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

border-color css

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

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

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