#C29C3A

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

Shades of Roti #C29C3A

Tints of Roti #C29C3A

Color information

#C29C3A (or 0xC29C3A) is unknown color: approx Roti. HEX triplet: C2, 9C and 3A. RGB value is (194,156,58). Sum of RGB (Red+Green+Blue) = 194+156+58=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C3A is #3D63C5. Grayscale: #9C9C9C. Windows color (decimal): -4023238 or 3841218. OLE color: 3841218.

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

Color convert

RGB19415658-
CMYK00.200.700.24
HSL43.24º53.97%49.41%-
HSV(B)43.24º70.1%76.08%-
XYZ34.935.559.03-
YUV156.1972.59154.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 58 (23.05% from 255) = 14.22%
R=47.55%
G=38.24%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941565800.200.700.2443.2453.9749.41
HexC29C3A01446182b3631
Octal3022347202410630536661
Binary1100001010011100111010010100100011011000101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C3A; }

 p { color: rgb(194,156,58); }

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

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

 a { background-color: rgb(194,156,58); }

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

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

 span { border-color: rgb(194,156,58); }

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