Html Css Color HEX #CC852A Dixie

📋 copy color: '#CC852A'

red 204 ◦ green 133 ◦ blue 42

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

Shades of Dixie #CC852A

Tints of Dixie #CC852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 53.83%
G = 35.09%
B = 11.08%

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

#CC852A (or 0xCC852A) is known color: Dixie. HEX triplet: CC, 85 and 2A. RGB value is (204,133,42). Sum of RGB (Red+Green+Blue) = 204+133+42=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC852A is #337AD5. Grayscale: #909090. Windows color (decimal): -3373782 or 2786764. OLE color: 2786764.

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

Color convert

RGB 204 133 42 -
CMYK 0 0.35 0.79 0.2
HSL 33.7º 0.66% 0.48% -
HSV(B) 33.7º 0.79% 0.8% -
XYZ 33.71 29.78 6.16 -
YUV 143.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 204 133 42 0 0.35 0.79 0.2 33.7 0.66 0.48
Hex CC 85 2A 0 23 4F 14 22 42 30
Octal 314 205 52 0 43 117 24 42 102 60
Binary 11001100 10000101 101010 0 100011 1001111 10100 100010 1000010 110000

Color Harmonies of #CC852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC852A

Black with #CC852A

Text Example


Text Example

White with #CC852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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