Html Css Color HEX #C49C39 Roti

📋 copy color: '#C49C39'

red 196 ◦ green 156 ◦ blue 57

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

Shades of Roti #C49C39

Tints of Roti #C49C39

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 57 (22.66% from 255) = 13.94%

R = 47.92%
G = 38.14%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C49C39 (or 0xC49C39) is known color: Roti. HEX triplet: C4, 9C and 39. RGB value is (196,156,57). Sum of RGB (Red+Green+Blue) = 196+156+57=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49C39 is #3B63C6. Grayscale: #9D9D9D. Windows color (decimal): -3892167 or 3775684. OLE color: 3775684.

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

Color convert

RGB 196 156 57 -
CMYK 0 0.20 0.71 0.23
HSL 42.73º 0.55% 0.5% -
HSV(B) 42.73º 0.71% 0.77% -
XYZ 35.39 35.81 8.92 -
YUV 156.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 196 156 57 0 0.20 0.71 0.23 42.73 0.55 0.5
Hex C4 9C 39 0 14 47 17 2B 37 32
Octal 304 234 71 0 24 107 27 53 67 62
Binary 11000100 10011100 111001 0 10100 1000111 10111 101011 110111 110010

Color Harmonies of #C49C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C39

Black with #C49C39

Text Example


Text Example

White with #C49C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C39; }

 p { color: rgb(196,156,57); }

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

background-color css

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

 a { background-color: rgb(196,156,57); }

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

border-color css

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

 span { border-color: rgb(196,156,57); }

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