Html Css Color HEX #C49D3C Roti

📋 copy color: '#C49D3C'

red 196 ◦ green 157 ◦ blue 60

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

Shades of Roti #C49D3C

Tints of Roti #C49D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.53%

R = 47.46%
G = 38.01%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C49D3C (or 0xC49D3C) is known color: Roti. HEX triplet: C4, 9D and 3C. RGB value is (196,157,60). Sum of RGB (Red+Green+Blue) = 196+157+60=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D3C is #3B62C3. Grayscale: #9E9E9E. Windows color (decimal): -3891908 or 3972548. OLE color: 3972548.

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

Color convert

RGB 196 157 60 -
CMYK 0 0.20 0.69 0.23
HSL 42.79º 0.54% 0.5% -
HSV(B) 42.79º 0.69% 0.77% -
XYZ 35.64 36.18 9.38 -
YUV 157.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 196 157 60 0 0.20 0.69 0.23 42.79 0.54 0.5
Hex C4 9D 3C 0 14 45 17 2B 36 32
Octal 304 235 74 0 24 105 27 53 66 62
Binary 11000100 10011101 111100 0 10100 1000101 10111 101011 110110 110010

Color Harmonies of #C49D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D3C

Black with #C49D3C

Text Example


Text Example

White with #C49D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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