#C2A13E

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

Shades of Roti #C2A13E

Tints of Roti #C2A13E

Color information

#C2A13E (or 0xC2A13E) is unknown color: approx Roti. HEX triplet: C2, A1 and 3E. RGB value is (194,161,62). Sum of RGB (Red+Green+Blue) = 194+161+62=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A13E is #3D5EC1. Grayscale: #A0A0A0. Windows color (decimal): -4021954 or 4104642. OLE color: 4104642.

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

Color convert

RGB19416162-
CMYK00.170.680.24
HSL45º51.97%50.2%-
HSV(B)45º68.04%76.08%-
XYZ35.8637.319.87-
YUV159.5872.93152.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 62 (24.61% from 255) = 14.87%
R=46.52%
G=38.61%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941616200.170.680.244551.9750.2
HexC2A13E01144182d3432
Octal3022417602110430556462
Binary1100001010100001111110010001100010011000101101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A13E; }

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

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

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

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

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

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

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

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