Html Css Color HEX #C49D3B Roti

📋 copy color: '#C49D3B'

red 196 ◦ green 157 ◦ blue 59

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

Shades of Roti #C49D3B

Tints of Roti #C49D3B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

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

R = 47.57%
G = 38.11%
B = 14.32%

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

#C49D3B (or 0xC49D3B) is known color: Roti. HEX triplet: C4, 9D and 3B. RGB value is (196,157,59). Sum of RGB (Red+Green+Blue) = 196+157+59=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D3B is #3B62C4. Grayscale: #9D9D9D. Windows color (decimal): -3891909 or 3907012. OLE color: 3907012.

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

Color convert

RGB 196 157 59 -
CMYK 0 0.20 0.70 0.23
HSL 42.92º 0.54% 0.5% -
HSV(B) 42.92º 0.7% 0.77% -
XYZ 35.61 36.17 9.24 -
YUV 157.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 196 157 59 0 0.20 0.70 0.23 42.92 0.54 0.5
Hex C4 9D 3B 0 14 46 17 2B 36 32
Octal 304 235 73 0 24 106 27 53 66 62
Binary 11000100 10011101 111011 0 10100 1000110 10111 101011 110110 110010

Color Harmonies of #C49D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D3B

Black with #C49D3B

Text Example


Text Example

White with #C49D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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