Html Css Color HEX #CC872B Dixie

📋 copy color: '#CC872B'

red 204 ◦ green 135 ◦ blue 43

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

Shades of Dixie #CC872B

Tints of Dixie #CC872B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.26%

R = 53.4%
G = 35.34%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC872B (or 0xCC872B) is known color: Dixie. HEX triplet: CC, 87 and 2B. RGB value is (204,135,43). Sum of RGB (Red+Green+Blue) = 204+135+43=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC872B is #3378D4. Grayscale: #919191. Windows color (decimal): -3373269 or 2852812. OLE color: 2852812.

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

Color convert

RGB 204 135 43 -
CMYK 0 0.34 0.79 0.2
HSL 34.29º 0.65% 0.48% -
HSV(B) 34.29º 0.79% 0.8% -
XYZ 34 30.34 6.35 -
YUV 145.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 204 135 43 0 0.34 0.79 0.2 34.29 0.65 0.48
Hex CC 87 2B 0 22 4F 14 22 41 30
Octal 314 207 53 0 42 117 24 42 101 60
Binary 11001100 10000111 101011 0 100010 1001111 10100 100010 1000001 110000

Color Harmonies of #CC872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC872B

Black with #CC872B

Text Example


Text Example

White with #CC872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC872B; }

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

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

background-color css

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

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

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

border-color css

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

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

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