Html Css Color HEX #CC862E Dixie

📋 copy color: '#CC862E'

red 204 ◦ green 134 ◦ blue 46

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

Shades of Dixie #CC862E

Tints of Dixie #CC862E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

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

R = 53.13%
G = 34.9%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC862E (or 0xCC862E) is known color: Dixie. HEX triplet: CC, 86 and 2E. RGB value is (204,134,46). Sum of RGB (Red+Green+Blue) = 204+134+46=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC862E is #3379D1. Grayscale: #919191. Windows color (decimal): -3373522 or 3049164. OLE color: 3049164.

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

Color convert

RGB 204 134 46 -
CMYK 0 0.34 0.77 0.2
HSL 33.42º 0.63% 0.49% -
HSV(B) 33.42º 0.77% 0.8% -
XYZ 33.92 30.08 6.6 -
YUV 144.9 72.19 170.16 -
System Red Green Blue C M Y K H S L
Decimal 204 134 46 0 0.34 0.77 0.2 33.42 0.63 0.49
Hex CC 86 2E 0 22 4D 14 21 3F 31
Octal 314 206 56 0 42 115 24 41 77 61
Binary 11001100 10000110 101110 0 100010 1001101 10100 100001 111111 110001

Color Harmonies of #CC862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC862E

Black with #CC862E

Text Example


Text Example

White with #CC862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC862E; }

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

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

background-color css

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

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

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

border-color css

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

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

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