#C5A13A

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

Shades of Roti #C5A13A

Tints of Roti #C5A13A

Color information

#C5A13A (or 0xC5A13A) is unknown color: approx Roti. HEX triplet: C5, A1 and 3A. RGB value is (197,161,58). Sum of RGB (Red+Green+Blue) = 197+161+58=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A13A is #3A5EC5. Grayscale: #A0A0A0. Windows color (decimal): -3825350 or 3842501. OLE color: 3842501.

HSL color Cylindrical-coordinate representation of color #C5A13A: hue angle of 44.46º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5A13A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19716158-
CMYK00.180.710.23
HSL44.46º54.51%50%-
HSV(B)44.46º70.56%77.25%-
XYZ36.5337.679.35-
YUV160.0270.43154.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 58 (23.05% from 255) = 13.94%
R=47.36%
G=38.70%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971615800.180.710.2344.4654.5150
HexC5A13A01247172c3732
Octal3052417202210727546762
Binary1100010110100001111010010010100011110111101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A13A; }

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

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

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

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

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

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

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

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