Html Css Color HEX #CC812C Dixie

📋 copy color: '#CC812C'

red 204 ◦ green 129 ◦ blue 44

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

Shades of Dixie #CC812C

Tints of Dixie #CC812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 54.11%
G = 34.22%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC812C (or 0xCC812C) is known color: Dixie. HEX triplet: CC, 81 and 2C. RGB value is (204,129,44). Sum of RGB (Red+Green+Blue) = 204+129+44=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC812C is #337ED3. Grayscale: #8E8E8E. Windows color (decimal): -3374804 or 2916812. OLE color: 2916812.

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

Color convert

RGB 204 129 44 -
CMYK 0 0.37 0.78 0.2
HSL 31.88º 0.65% 0.49% -
HSV(B) 31.88º 0.78% 0.8% -
XYZ 33.21 28.72 6.18 -
YUV 141.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 204 129 44 0 0.37 0.78 0.2 31.88 0.65 0.49
Hex CC 81 2C 0 25 4E 14 20 41 31
Octal 314 201 54 0 45 116 24 40 101 61
Binary 11001100 10000001 101100 0 100101 1001110 10100 100000 1000001 110001

Color Harmonies of #CC812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC812C

Black with #CC812C

Text Example


Text Example

White with #CC812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC812C; }

 p { color: rgb(204,129,44); }

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

background-color css

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

 a { background-color: rgb(204,129,44); }

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

border-color css

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

 span { border-color: rgb(204,129,44); }

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