#CC832A

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

Shades of Dixie #CC832A

Tints of Dixie #CC832A

Color information

#CC832A (or 0xCC832A) is unknown color: approx Dixie. HEX triplet: CC, 83 and 2A. RGB value is (204,131,42). Sum of RGB (Red+Green+Blue) = 204+131+42=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC832A is #337CD5. Grayscale: #8F8F8F. Windows color (decimal): -3374294 or 2786252. OLE color: 2786252.

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

Color convert

RGB20413142-
CMYK00.360.790.2
HSL32.96º65.85%48.24%-
HSV(B)32.96º79.41%80%-
XYZ33.4429.246.07-
YUV142.6871.18171.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=54.11%
G=34.75%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041314200.360.790.232.9665.8548.24
HexCC832A0244F14214230
Octal31420352044117244110260
Binary110011001000001110101001001001001111101001000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC832A; }

 p { color: rgb(204,131,42); }

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

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

 a { background-color: rgb(204,131,42); }

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

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

 span { border-color: rgb(204,131,42); }

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