Html Css Color HEX #CF892E Dixie

📋 copy color: '#CF892E'

red 207 ◦ green 137 ◦ blue 46

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

Shades of Dixie #CF892E

Tints of Dixie #CF892E

RGB

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

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

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

R = 53.08%
G = 35.13%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF892E (or 0xCF892E) is known color: Dixie. HEX triplet: CF, 89 and 2E. RGB value is (207,137,46). Sum of RGB (Red+Green+Blue) = 207+137+46=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF892E is #3076D1. Grayscale: #939393. Windows color (decimal): -3176146 or 3049935. OLE color: 3049935.

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

Color convert

RGB 207 137 46 -
CMYK 0 0.34 0.78 0.19
HSL 33.91º 0.64% 0.5% -
HSV(B) 33.91º 0.78% 0.81% -
XYZ 35.17 31.35 6.78 -
YUV 147.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 207 137 46 0 0.34 0.78 0.19 33.91 0.64 0.5
Hex CF 89 2E 0 22 4E 13 22 40 32
Octal 317 211 56 0 42 116 23 42 100 62
Binary 11001111 10001001 101110 0 100010 1001110 10011 100010 1000000 110010

Color Harmonies of #CF892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF892E

Black with #CF892E

Text Example


Text Example

White with #CF892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF892E; }

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

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

background-color css

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

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

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

border-color css

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

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

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