Html Css Color HEX #CC842A Dixie

📋 copy color: '#CC842A'

red 204 ◦ green 132 ◦ blue 42

#CC842A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dixie #CC842A

Tints of Dixie #CC842A

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.8% from 255) = 11.11%

R = 53.97%
G = 34.92%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC842A (or 0xCC842A) is known color: 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

RGB 204 132 42 -
CMYK 0 0.35 0.79 0.2
HSL 33.33º 0.66% 0.48% -
HSV(B) 33.33º 0.79% 0.8% -
XYZ 33.57 29.51 6.12 -
YUV 143.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 204 132 42 0 0.35 0.79 0.2 33.33 0.66 0.48
Hex CC 84 2A 0 23 4F 14 21 42 30
Octal 314 204 52 0 43 117 24 41 102 60
Binary 11001100 10000100 101010 0 100011 1001111 10100 100001 1000010 110000

Color Harmonies of #CC842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC842A

Black with #CC842A

Text Example


Text Example

White with #CC842A

Text Example


Text Example

HTML Codes & Css Web 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>