Html Css Color HEX #CC892E Dixie

📋 copy color: '#CC892E'

red 204 ◦ green 137 ◦ blue 46

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

Shades of Dixie #CC892E

Tints of Dixie #CC892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

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

R = 52.71%
G = 35.4%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC892E (or 0xCC892E) is known color: Dixie. HEX triplet: CC, 89 and 2E. RGB value is (204,137,46). Sum of RGB (Red+Green+Blue) = 204+137+46=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC892E is #3376D1. Grayscale: #939393. Windows color (decimal): -3372754 or 3049932. OLE color: 3049932.

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

Color convert

RGB 204 137 46 -
CMYK 0 0.33 0.77 0.2
HSL 34.56º 0.63% 0.49% -
HSV(B) 34.56º 0.77% 0.8% -
XYZ 34.34 30.93 6.74 -
YUV 146.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 204 137 46 0 0.33 0.77 0.2 34.56 0.63 0.49
Hex CC 89 2E 0 21 4D 14 23 3F 31
Octal 314 211 56 0 41 115 24 43 77 61
Binary 11001100 10001001 101110 0 100001 1001101 10100 100011 111111 110001

Color Harmonies of #CC892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC892E

Black with #CC892E

Text Example


Text Example

White with #CC892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC892E; }

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

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

background-color css

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

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

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

border-color css

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

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

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