Html Css Color HEX #CC872C Dixie

📋 copy color: '#CC872C'

red 204 ◦ green 135 ◦ blue 44

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

Shades of Dixie #CC872C

Tints of Dixie #CC872C

RGB

 RED value IS 204 (80.08% from 255) = 53.26%

 GREEN value IS 135 (53.13% from 255) = 35.25%

 BLUE value IS 44 (17.58% from 255) = 11.49%

R = 53.26%
G = 35.25%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC872C (or 0xCC872C) is known color: Dixie. HEX triplet: CC, 87 and 2C. RGB value is (204,135,44). Sum of RGB (Red+Green+Blue) = 204+135+44=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC872C is #3378D3. Grayscale: #919191. Windows color (decimal): -3373268 or 2918348. OLE color: 2918348.

HSL color Cylindrical-coordinate representation of color #CC872C: hue angle of 34.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC872C is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 135 44 -
CMYK 0 0.34 0.78 0.2
HSL 34.13º 0.65% 0.49% -
HSV(B) 34.13º 0.78% 0.8% -
XYZ 34.02 30.35 6.45 -
YUV 145.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 204 135 44 0 0.34 0.78 0.2 34.13 0.65 0.49
Hex CC 87 2C 0 22 4E 14 22 41 31
Octal 314 207 54 0 42 116 24 42 101 61
Binary 11001100 10000111 101100 0 100010 1001110 10100 100010 1000001 110001

Color Harmonies of #CC872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC872C

Black with #CC872C

Text Example


Text Example

White with #CC872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC872C; }

 p { color: rgb(204,135,44); }

 H1.HeaderClassName
 {
   color: #CC872C;
 }
 .AnyTagClassName
 {
   color: #CC872C;
 }
</style>

background-color css

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

 a { background-color: rgb(204,135,44); }

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

border-color css

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

 span { border-color: rgb(204,135,44); }

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