Html Css Color HEX #CC852B Dixie

📋 copy color: '#CC852B'

red 204 ◦ green 133 ◦ blue 43

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

Shades of Dixie #CC852B

Tints of Dixie #CC852B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 53.68%
G = 35%
B = 11.32%

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

#CC852B (or 0xCC852B) is known color: Dixie. HEX triplet: CC, 85 and 2B. RGB value is (204,133,43). Sum of RGB (Red+Green+Blue) = 204+133+43=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC852B is #337AD4. Grayscale: #909090. Windows color (decimal): -3373781 or 2852300. OLE color: 2852300.

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

Color convert

RGB 204 133 43 -
CMYK 0 0.35 0.79 0.2
HSL 33.54º 0.65% 0.48% -
HSV(B) 33.54º 0.79% 0.8% -
XYZ 33.73 29.79 6.26 -
YUV 143.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 204 133 43 0 0.35 0.79 0.2 33.54 0.65 0.48
Hex CC 85 2B 0 23 4F 14 22 41 30
Octal 314 205 53 0 43 117 24 42 101 60
Binary 11001100 10000101 101011 0 100011 1001111 10100 100010 1000001 110000

Color Harmonies of #CC852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC852B

Black with #CC852B

Text Example


Text Example

White with #CC852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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