Html Css Color HEX #C4B160 Laser

📋 copy color: '#C4B160'

red 196 ◦ green 177 ◦ blue 96

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

Shades of Laser #C4B160

Tints of Laser #C4B160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.47%

R = 41.79%
G = 37.74%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4B160 (or 0xC4B160) is known color: Laser. HEX triplet: C4, B1 and 60. RGB value is (196,177,96). Sum of RGB (Red+Green+Blue) = 196+177+96=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B160 is #3B4E9F. Grayscale: #ADADAD. Windows color (decimal): -3886752 or 6336964. OLE color: 6336964.

HSL color Cylindrical-coordinate representation of color #C4B160: hue angle of 48.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4B160 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 96 -
CMYK 0 0.10 0.51 0.23
HSL 48.6º 0.46% 0.57% -
HSV(B) 48.6º 0.51% 0.77% -
XYZ 40.6 44.02 17.42 -
YUV 173.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 196 177 96 0 0.10 0.51 0.23 48.6 0.46 0.57
Hex C4 B1 60 0 A 33 17 31 2E 39
Octal 304 261 140 0 12 63 27 61 56 71
Binary 11000100 10110001 1100000 0 1010 110011 10111 110001 101110 111001

Color Harmonies of #C4B160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B160

Black with #C4B160

Text Example


Text Example

White with #C4B160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B160; }

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

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

background-color css

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

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

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

border-color css

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

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

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