Html Css Color HEX #C49C3B Roti

📋 copy color: '#C49C3B'

red 196 ◦ green 156 ◦ blue 59

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

Shades of Roti #C49C3B

Tints of Roti #C49C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.36%

R = 47.69%
G = 37.96%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C49C3B (or 0xC49C3B) is known color: Roti. HEX triplet: C4, 9C and 3B. RGB value is (196,156,59). Sum of RGB (Red+Green+Blue) = 196+156+59=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49C3B is #3B63C4. Grayscale: #9D9D9D. Windows color (decimal): -3892165 or 3906756. OLE color: 3906756.

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

Color convert

RGB 196 156 59 -
CMYK 0 0.20 0.70 0.23
HSL 42.48º 0.54% 0.5% -
HSV(B) 42.48º 0.7% 0.77% -
XYZ 35.44 35.83 9.19 -
YUV 156.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 196 156 59 0 0.20 0.70 0.23 42.48 0.54 0.5
Hex C4 9C 3B 0 14 46 17 2A 36 32
Octal 304 234 73 0 24 106 27 52 66 62
Binary 11000100 10011100 111011 0 10100 1000110 10111 101010 110110 110010

Color Harmonies of #C49C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C3B

Black with #C49C3B

Text Example


Text Example

White with #C49C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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