Html Css Color HEX #CC892B Dixie

📋 copy color: '#CC892B'

red 204 ◦ green 137 ◦ blue 43

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

Shades of Dixie #CC892B

Tints of Dixie #CC892B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 53.13%
G = 35.68%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC892B (or 0xCC892B) is known color: Dixie. HEX triplet: CC, 89 and 2B. RGB value is (204,137,43). Sum of RGB (Red+Green+Blue) = 204+137+43=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC892B is #3376D4. Grayscale: #929292. Windows color (decimal): -3372757 or 2853324. OLE color: 2853324.

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

Color convert

RGB 204 137 43 -
CMYK 0 0.33 0.79 0.2
HSL 35.03º 0.65% 0.48% -
HSV(B) 35.03º 0.79% 0.8% -
XYZ 34.28 30.9 6.44 -
YUV 146.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 204 137 43 0 0.33 0.79 0.2 35.03 0.65 0.48
Hex CC 89 2B 0 21 4F 14 23 41 30
Octal 314 211 53 0 41 117 24 43 101 60
Binary 11001100 10001001 101011 0 100001 1001111 10100 100011 1000001 110000

Color Harmonies of #CC892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC892B

Black with #CC892B

Text Example


Text Example

White with #CC892B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC892B; }

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

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

background-color css

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

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

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

border-color css

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

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

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