Html Css Color HEX #CC892A Dixie

📋 copy color: '#CC892A'

red 204 ◦ green 137 ◦ blue 42

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

Shades of Dixie #CC892A

Tints of Dixie #CC892A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.97%

R = 53.26%
G = 35.77%
B = 10.97%

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

#CC892A (or 0xCC892A) is known color: Dixie. HEX triplet: CC, 89 and 2A. RGB value is (204,137,42). Sum of RGB (Red+Green+Blue) = 204+137+42=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC892A is #3376D5. Grayscale: #929292. Windows color (decimal): -3372758 or 2787788. OLE color: 2787788.

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

Color convert

RGB 204 137 42 -
CMYK 0 0.33 0.79 0.2
HSL 35.19º 0.66% 0.48% -
HSV(B) 35.19º 0.79% 0.8% -
XYZ 34.27 30.9 6.35 -
YUV 146.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 204 137 42 0 0.33 0.79 0.2 35.19 0.66 0.48
Hex CC 89 2A 0 21 4F 14 23 42 30
Octal 314 211 52 0 41 117 24 43 102 60
Binary 11001100 10001001 101010 0 100001 1001111 10100 100011 1000010 110000

Color Harmonies of #CC892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC892A

Black with #CC892A

Text Example


Text Example

White with #CC892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC892A; }

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

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

background-color css

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

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

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

border-color css

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

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

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