#CA9E2A

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

Shades of Galliano #CA9E2A

Tints of Galliano #CA9E2A

Color information

#CA9E2A (or 0xCA9E2A) is unknown color: approx Galliano. HEX triplet: CA, 9E and 2A. RGB value is (202,158,42). Sum of RGB (Red+Green+Blue) = 202+158+42=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E2A is #3561D5. Grayscale: #9E9E9E. Windows color (decimal): -3498454 or 2793162. OLE color: 2793162.

HSL color Cylindrical-coordinate representation of color #CA9E2A: hue angle of 43.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA9E2A is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20215842-
CMYK00.220.790.21
HSL43.5º65.57%47.84%-
HSV(B)43.5º79.21%79.22%-
XYZ3737.187.42-
YUV157.9362.58159.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 42 (16.80% from 255) = 10.45%
R=50.25%
G=39.30%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021584200.220.790.2143.565.5747.84
HexCA9E2A0164F152c4230
Octal31223652026117255410260
Binary11001010100111101010100101101001111101011011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E2A; }

 p { color: rgb(202,158,42); }

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

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

 a { background-color: rgb(202,158,42); }

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

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

 span { border-color: rgb(202,158,42); }

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