Html Css Color HEX #C29D40 Roti

📋 copy color: '#C29D40'

red 194 ◦ green 157 ◦ blue 64

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

Shades of Roti #C29D40

Tints of Roti #C29D40

RGB

 RED value IS 194 (76.17% from 255) = 46.75%

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

 BLUE value IS 64 (25.39% from 255) = 15.42%

R = 46.75%
G = 37.83%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C29D40 (or 0xC29D40) is known color: Roti. HEX triplet: C2, 9D and 40. RGB value is (194,157,64). Sum of RGB (Red+Green+Blue) = 194+157+64=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D40 is #3D62BF. Grayscale: #9D9D9D. Windows color (decimal): -4022976 or 4234690. OLE color: 4234690.

HSL color Cylindrical-coordinate representation of color #C29D40: hue angle of 42.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C29D40 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 157 64 -
CMYK 0 0.19 0.67 0.24
HSL 42.92º 0.52% 0.51% -
HSV(B) 42.92º 0.67% 0.76% -
XYZ 35.23 35.95 9.93 -
YUV 157.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 194 157 64 0 0.19 0.67 0.24 42.92 0.52 0.51
Hex C2 9D 40 0 13 43 18 2B 34 33
Octal 302 235 100 0 23 103 30 53 64 63
Binary 11000010 10011101 1000000 0 10011 1000011 11000 101011 110100 110011

Color Harmonies of #C29D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D40

Black with #C29D40

Text Example


Text Example

White with #C29D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D40; }

 p { color: rgb(194,157,64); }

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

background-color css

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

 a { background-color: rgb(194,157,64); }

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

border-color css

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

 span { border-color: rgb(194,157,64); }

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