Html Css Color HEX #C49E59 Laser

📋 copy color: '#C49E59'

red 196 ◦ green 158 ◦ blue 89

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

Shades of Laser #C49E59

Tints of Laser #C49E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.09%

R = 44.24%
G = 35.67%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C49E59 (or 0xC49E59) is known color: Laser. HEX triplet: C4, 9E and 59. RGB value is (196,158,89). Sum of RGB (Red+Green+Blue) = 196+158+89=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E59 is #3B61A6. Grayscale: #A1A1A1. Windows color (decimal): -3891623 or 5873348. OLE color: 5873348.

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

Color convert

RGB 196 158 89 -
CMYK 0 0.19 0.55 0.23
HSL 38.69º 0.48% 0.56% -
HSV(B) 38.69º 0.55% 0.77% -
XYZ 36.79 36.91 14.64 -
YUV 161.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 196 158 89 0 0.19 0.55 0.23 38.69 0.48 0.56
Hex C4 9E 59 0 13 37 17 27 30 38
Octal 304 236 131 0 23 67 27 47 60 70
Binary 11000100 10011110 1011001 0 10011 110111 10111 100111 110000 111000

Color Harmonies of #C49E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E59

Black with #C49E59

Text Example


Text Example

White with #C49E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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