Html Css Color HEX #C4B166 Laser

📋 copy color: '#C4B166'

red 196 ◦ green 177 ◦ blue 102

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

Shades of Laser #C4B166

Tints of Laser #C4B166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.26%

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

R = 41.26%
G = 37.26%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4B166 (or 0xC4B166) is known color: Laser. HEX triplet: C4, B1 and 66. RGB value is (196,177,102). Sum of RGB (Red+Green+Blue) = 196+177+102=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B166 is #3B4E99. Grayscale: #AEAEAE. Windows color (decimal): -3886746 or 6730180. OLE color: 6730180.

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

Color convert

RGB 196 177 102 -
CMYK 0 0.10 0.48 0.23
HSL 47.87º 0.44% 0.58% -
HSV(B) 47.87º 0.48% 0.77% -
XYZ 40.89 44.14 18.94 -
YUV 174.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 196 177 102 0 0.10 0.48 0.23 47.87 0.44 0.58
Hex C4 B1 66 0 A 30 17 30 2C 3A
Octal 304 261 146 0 12 60 27 60 54 72
Binary 11000100 10110001 1100110 0 1010 110000 10111 110000 101100 111010

Color Harmonies of #C4B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B166

Black with #C4B166

Text Example


Text Example

White with #C4B166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B166; }

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

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

background-color css

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

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

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

border-color css

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

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

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