#C3A03E

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

Shades of Roti #C3A03E

Tints of Roti #C3A03E

Color information

#C3A03E (or 0xC3A03E) is unknown color: approx Roti. HEX triplet: C3, A0 and 3E. RGB value is (195,160,62). Sum of RGB (Red+Green+Blue) = 195+160+62=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A03E is #3C5FC1. Grayscale: #9F9F9F. Windows color (decimal): -3956674 or 4104387. OLE color: 4104387.

HSL color Cylindrical-coordinate representation of color #C3A03E: hue angle of 44.21º degrees, saturation: 0.53, 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 #C3A03E is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19516062-
CMYK00.180.680.24
HSL44.21º52.57%50.39%-
HSV(B)44.21º68.21%76.47%-
XYZ35.9537.099.82-
YUV159.2973.1153.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 62 (24.61% from 255) = 14.87%
R=46.76%
G=38.37%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951606200.180.680.2444.2152.5750.39
HexC3A03E01244182c3532
Octal3032407602210430546562
Binary1100001110100000111110010010100010011000101100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A03E; }

 p { color: rgb(195,160,62); }

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

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

 a { background-color: rgb(195,160,62); }

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

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

 span { border-color: rgb(195,160,62); }

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