Html Css Color HEX #CF862E Dixie

📋 copy color: '#CF862E'

red 207 ◦ green 134 ◦ blue 46

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

Shades of Dixie #CF862E

Tints of Dixie #CF862E

RGB

 RED value IS 207 (81.25% from 255) = 53.49%

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

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

R = 53.49%
G = 34.63%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF862E (or 0xCF862E) is known color: Dixie. HEX triplet: CF, 86 and 2E. RGB value is (207,134,46). Sum of RGB (Red+Green+Blue) = 207+134+46=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF862E is #3079D1. Grayscale: #929292. Windows color (decimal): -3176914 or 3049167. OLE color: 3049167.

HSL color Cylindrical-coordinate representation of color #CF862E: hue angle of 32.8º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF862E is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 46 -
CMYK 0 0.35 0.78 0.19
HSL 32.8º 0.64% 0.5% -
HSV(B) 32.8º 0.78% 0.81% -
XYZ 34.75 30.51 6.64 -
YUV 145.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 207 134 46 0 0.35 0.78 0.19 32.8 0.64 0.5
Hex CF 86 2E 0 23 4E 13 21 40 32
Octal 317 206 56 0 43 116 23 41 100 62
Binary 11001111 10000110 101110 0 100011 1001110 10011 100001 1000000 110010

Color Harmonies of #CF862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF862E

Black with #CF862E

Text Example


Text Example

White with #CF862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF862E; }

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

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

background-color css

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

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

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

border-color css

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

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

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