#C29942

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

Shades of Roti #C29942

Tints of Roti #C29942

Color information

#C29942 (or 0xC29942) is unknown color: approx Roti. HEX triplet: C2, 99 and 42. RGB value is (194,153,66). Sum of RGB (Red+Green+Blue) = 194+153+66=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C29942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29942 is #3D66BD. Grayscale: #9B9B9B. Windows color (decimal): -4023998 or 4364738. OLE color: 4364738.

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

Color convert

RGB19415366-
CMYK00.210.660.24
HSL40.78º51.2%50.98%-
HSV(B)40.78º65.98%76.08%-
XYZ34.6234.6510.02-
YUV155.3477.58155.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=46.97%
G=37.05%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941536600.210.660.2440.7851.250.98
HexC299420154218293333
Octal30223110202510230516363
Binary11000010100110011000010010101100001011000101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29942; }

 p { color: rgb(194,153,66); }

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

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

 a { background-color: rgb(194,153,66); }

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

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

 span { border-color: rgb(194,153,66); }

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