#CA8130

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

Shades of Dixie #CA8130

Tints of Dixie #CA8130

Color information

#CA8130 (or 0xCA8130) is unknown color: approx Dixie. HEX triplet: CA, 81 and 30. RGB value is (202,129,48). Sum of RGB (Red+Green+Blue) = 202+129+48=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8130 is #357ECF. Grayscale: #8D8D8D. Windows color (decimal): -3505872 or 3178954. OLE color: 3178954.

HSL color Cylindrical-coordinate representation of color #CA8130: hue angle of 31.56º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA8130 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20212948-
CMYK00.360.760.21
HSL31.56º61.6%49.02%-
HSV(B)31.56º76.24%79.22%-
XYZ32.7428.476.57-
YUV141.5975.18171.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=53.30%
G=34.04%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021294800.360.760.2131.5661.649.02
HexCA81300244C15203e31
Octal3122016004411425407661
Binary11001010100000011100000100100100110010101100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8130; }

 p { color: rgb(202,129,48); }

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

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

 a { background-color: rgb(202,129,48); }

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

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

 span { border-color: rgb(202,129,48); }

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