Html Css Color HEX #CC832D Dixie

📋 copy color: '#CC832D'

red 204 ◦ green 131 ◦ blue 45

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

Shades of Dixie #CC832D

Tints of Dixie #CC832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 53.68%
G = 34.47%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC832D (or 0xCC832D) is known color: Dixie. HEX triplet: CC, 83 and 2D. RGB value is (204,131,45). Sum of RGB (Red+Green+Blue) = 204+131+45=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC832D is #337CD2. Grayscale: #8F8F8F. Windows color (decimal): -3374291 or 2982860. OLE color: 2982860.

HSL color Cylindrical-coordinate representation of color #CC832D: hue angle of 32.45º degrees, saturation: 0.64, 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 #CC832D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 45 -
CMYK 0 0.36 0.78 0.2
HSL 32.45º 0.64% 0.49% -
HSV(B) 32.45º 0.78% 0.8% -
XYZ 33.49 29.26 6.37 -
YUV 143.02 72.68 171.49 -
System Red Green Blue C M Y K H S L
Decimal 204 131 45 0 0.36 0.78 0.2 32.45 0.64 0.49
Hex CC 83 2D 0 24 4E 14 20 40 31
Octal 314 203 55 0 44 116 24 40 100 61
Binary 11001100 10000011 101101 0 100100 1001110 10100 100000 1000000 110001

Color Harmonies of #CC832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC832D

Black with #CC832D

Text Example


Text Example

White with #CC832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC832D; }

 p { color: rgb(204,131,45); }

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

background-color css

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

 a { background-color: rgb(204,131,45); }

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

border-color css

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

 span { border-color: rgb(204,131,45); }

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