#c2a13a

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

Shades of Roti #C2A13A

Tints of Roti #C2A13A

Color information

#C2A13A (or 0xC2A13A) is unknown color: approx Roti. HEX triplet: C2, A1 and 3A. RGB value is (194,161,58). Sum of RGB (Red+Green+Blue) = 194+161+58=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A13A is #3D5EC5. Grayscale: #9F9F9F. Windows color (decimal): -4021958 or 3842498. OLE color: 3842498.

HSL color Cylindrical-coordinate representation of color #C2A13A: hue angle of 45.44º 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 #C2A13A is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19416158-
CMYK00.170.700.24
HSL45.44º53.97%49.41%-
HSV(B)45.44º70.1%76.08%-
XYZ35.7637.269.31-
YUV159.1270.93152.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 58 (23.05% from 255) = 14.04%
R=46.97%
G=38.98%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941615800.170.700.2445.4453.9749.41
HexC2A13A01146182d3631
Octal3022417202110630556661
Binary1100001010100001111010010001100011011000101101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2a13a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2a13a; }

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

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

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

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

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

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

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

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