#C29E3B

Color #C29E3B Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #C29E3B

Tints of Roti #C29E3B

Color information

#C29E3B (or 0xC29E3B) is unknown color: approx Roti. HEX triplet: C2, 9E and 3B. RGB value is (194,158,59). Sum of RGB (Red+Green+Blue) = 194+158+59=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E3B is #3D61C4. Grayscale: #9D9D9D. Windows color (decimal): -4022725 or 3907266. OLE color: 3907266.

HSL color Cylindrical-coordinate representation of color #C29E3B: hue angle of 44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C29E3B is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19415859-
CMYK00.190.700.24
HSL44º53.36%49.61%-
HSV(B)44º69.59%76.08%-
XYZ35.2636.249.27-
YUV157.4872.43154.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 59 (23.44% from 255) = 14.36%
R=47.20%
G=38.44%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941585900.190.700.244453.3649.61
HexC29E3B01346182c3532
Octal3022367302310630546562
Binary1100001010011110111011010011100011011000101100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E3B; }

 p { color: rgb(194,158,59); }

 H1.HeaderClassName
 {
   color: #C29E3B;
 }
 .AnyTagClassName
 {
   color: #C29E3B;
 }
</style>
background-color css

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

 a { background-color: rgb(194,158,59); }

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

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

 span { border-color: rgb(194,158,59); }

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