Html Css Color HEX #C49F57 Laser

📋 copy color: '#C49F57'

red 196 ◦ green 159 ◦ blue 87

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

Shades of Laser #C49F57

Tints of Laser #C49F57

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.97%

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

R = 44.34%
G = 35.97%
B = 19.68%

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

#C49F57 (or 0xC49F57) is known color: Laser. HEX triplet: C4, 9F and 57. RGB value is (196,159,87). Sum of RGB (Red+Green+Blue) = 196+159+87=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F57 is #3B60A8. Grayscale: #A2A2A2. Windows color (decimal): -3891369 or 5742532. OLE color: 5742532.

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

Color convert

RGB 196 159 87 -
CMYK 0 0.19 0.56 0.23
HSL 39.63º 0.48% 0.55% -
HSV(B) 39.63º 0.56% 0.77% -
XYZ 36.88 37.22 14.26 -
YUV 161.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 196 159 87 0 0.19 0.56 0.23 39.63 0.48 0.55
Hex C4 9F 57 0 13 38 17 28 30 37
Octal 304 237 127 0 23 70 27 50 60 67
Binary 11000100 10011111 1010111 0 10011 111000 10111 101000 110000 110111

Color Harmonies of #C49F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F57

Black with #C49F57

Text Example


Text Example

White with #C49F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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