Html Css Color HEX #C49F53 Laser

📋 copy color: '#C49F53'

red 196 ◦ green 159 ◦ blue 83

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

Shades of Laser #C49F53

Tints of Laser #C49F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.95%

R = 44.75%
G = 36.3%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49F53 (or 0xC49F53) is known color: Laser. HEX triplet: C4, 9F and 53. RGB value is (196,159,83). Sum of RGB (Red+Green+Blue) = 196+159+83=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F53 is #3B60AC. Grayscale: #A1A1A1. Windows color (decimal): -3891373 or 5480388. OLE color: 5480388.

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

Color convert

RGB 196 159 83 -
CMYK 0 0.19 0.58 0.23
HSL 40.35º 0.49% 0.55% -
HSV(B) 40.35º 0.58% 0.77% -
XYZ 36.72 37.16 13.42 -
YUV 161.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 196 159 83 0 0.19 0.58 0.23 40.35 0.49 0.55
Hex C4 9F 53 0 13 3A 17 28 31 37
Octal 304 237 123 0 23 72 27 50 61 67
Binary 11000100 10011111 1010011 0 10011 111010 10111 101000 110001 110111

Color Harmonies of #C49F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F53

Black with #C49F53

Text Example


Text Example

White with #C49F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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