Html Css Color HEX #CF892B Dixie

📋 copy color: '#CF892B'

red 207 ◦ green 137 ◦ blue 43

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

Shades of Dixie #CF892B

Tints of Dixie #CF892B

RGB

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

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

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

R = 53.49%
G = 35.4%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF892B (or 0xCF892B) is known color: Dixie. HEX triplet: CF, 89 and 2B. RGB value is (207,137,43). Sum of RGB (Red+Green+Blue) = 207+137+43=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF892B is #3076D4. Grayscale: #939393. Windows color (decimal): -3176149 or 2853327. OLE color: 2853327.

HSL color Cylindrical-coordinate representation of color #CF892B: hue angle of 34.39º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF892B is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 43 -
CMYK 0 0.34 0.79 0.19
HSL 34.39º 0.66% 0.49% -
HSV(B) 34.39º 0.79% 0.81% -
XYZ 35.11 31.33 6.48 -
YUV 147.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 207 137 43 0 0.34 0.79 0.19 34.39 0.66 0.49
Hex CF 89 2B 0 22 4F 13 22 42 31
Octal 317 211 53 0 42 117 23 42 102 61
Binary 11001111 10001001 101011 0 100010 1001111 10011 100010 1000010 110001

Color Harmonies of #CF892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF892B

Black with #CF892B

Text Example


Text Example

White with #CF892B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF892B; }

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

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

background-color css

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

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

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

border-color css

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

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

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