Html Css Color HEX #CF892A Dixie

📋 copy color: '#CF892A'

red 207 ◦ green 137 ◦ blue 42

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

Shades of Dixie #CF892A

Tints of Dixie #CF892A

RGB

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

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

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

R = 53.63%
G = 35.49%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF892A (or 0xCF892A) is known color: Dixie. HEX triplet: CF, 89 and 2A. RGB value is (207,137,42). Sum of RGB (Red+Green+Blue) = 207+137+42=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF892A is #3076D5. Grayscale: #939393. Windows color (decimal): -3176150 or 2787791. OLE color: 2787791.

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

Color convert

RGB 207 137 42 -
CMYK 0 0.34 0.80 0.19
HSL 34.55º 0.66% 0.49% -
HSV(B) 34.55º 0.8% 0.81% -
XYZ 35.1 31.32 6.39 -
YUV 147.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 207 137 42 0 0.34 0.80 0.19 34.55 0.66 0.49
Hex CF 89 2A 0 22 50 13 23 42 31
Octal 317 211 52 0 42 120 23 43 102 61
Binary 11001111 10001001 101010 0 100010 1010000 10011 100011 1000010 110001

Color Harmonies of #CF892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF892A

Black with #CF892A

Text Example


Text Example

White with #CF892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF892A; }

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

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

background-color css

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

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

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

border-color css

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

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

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