#CC842A

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

Shades of Dixie #CC842A

Tints of Dixie #CC842A

Color information

#CC842A (or 0xCC842A) is unknown color: approx Dixie. HEX triplet: CC, 84 and 2A. RGB value is (204,132,42). Sum of RGB (Red+Green+Blue) = 204+132+42=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC842A is #337BD5. Grayscale: #8F8F8F. Windows color (decimal): -3374038 or 2786508. OLE color: 2786508.

HSL color Cylindrical-coordinate representation of color #CC842A: hue angle of 33.33º 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 #CC842A is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB20413242-
CMYK00.350.790.2
HSL33.33º65.85%48.24%-
HSV(B)33.33º79.41%80%-
XYZ33.5729.516.12-
YUV143.2770.85171.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 42 (16.80% from 255) = 11.11%
R=53.97%
G=34.92%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041324200.350.790.233.3365.8548.24
HexCC842A0234F14214230
Octal31420452043117244110260
Binary110011001000010010101001000111001111101001000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC842A; }

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

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

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

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

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

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

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

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