Html Css Color HEX #CC852E Dixie

📋 copy color: '#CC852E'

red 204 ◦ green 133 ◦ blue 46

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

Shades of Dixie #CC852E

Tints of Dixie #CC852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 53.26%
G = 34.73%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC852E (or 0xCC852E) is known color: Dixie. HEX triplet: CC, 85 and 2E. RGB value is (204,133,46). Sum of RGB (Red+Green+Blue) = 204+133+46=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC852E is #337AD1. Grayscale: #909090. Windows color (decimal): -3373778 or 3048908. OLE color: 3048908.

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

Color convert

RGB 204 133 46 -
CMYK 0 0.35 0.77 0.2
HSL 33.04º 0.63% 0.49% -
HSV(B) 33.04º 0.77% 0.8% -
XYZ 33.78 29.81 6.56 -
YUV 144.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 204 133 46 0 0.35 0.77 0.2 33.04 0.63 0.49
Hex CC 85 2E 0 23 4D 14 21 3F 31
Octal 314 205 56 0 43 115 24 41 77 61
Binary 11001100 10000101 101110 0 100011 1001101 10100 100001 111111 110001

Color Harmonies of #CC852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC852E

Black with #CC852E

Text Example


Text Example

White with #CC852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC852E; }

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

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

background-color css

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

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

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

border-color css

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

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

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