Html Css Color HEX #C49E57 Laser

📋 copy color: '#C49E57'

red 196 ◦ green 158 ◦ blue 87

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

Shades of Laser #C49E57

Tints of Laser #C49E57

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.83%

 BLUE value IS 87 (34.38% from 255) = 19.73%

R = 44.44%
G = 35.83%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C49E57 (or 0xC49E57) is known color: Laser. HEX triplet: C4, 9E and 57. RGB value is (196,158,87). Sum of RGB (Red+Green+Blue) = 196+158+87=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E57 is #3B61A8. Grayscale: #A1A1A1. Windows color (decimal): -3891625 or 5742276. OLE color: 5742276.

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

Color convert

RGB 196 158 87 -
CMYK 0 0.19 0.56 0.23
HSL 39.08º 0.48% 0.55% -
HSV(B) 39.08º 0.56% 0.77% -
XYZ 36.71 36.88 14.2 -
YUV 161.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 196 158 87 0 0.19 0.56 0.23 39.08 0.48 0.55
Hex C4 9E 57 0 13 38 17 27 30 37
Octal 304 236 127 0 23 70 27 47 60 67
Binary 11000100 10011110 1010111 0 10011 111000 10111 100111 110000 110111

Color Harmonies of #C49E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E57

Black with #C49E57

Text Example


Text Example

White with #C49E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E57; }

 p { color: rgb(196,158,87); }

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

background-color css

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

 a { background-color: rgb(196,158,87); }

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

border-color css

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

 span { border-color: rgb(196,158,87); }

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