Html Css Color HEX #CF862A Dixie

📋 copy color: '#CF862A'

red 207 ◦ green 134 ◦ blue 42

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

Shades of Dixie #CF862A

Tints of Dixie #CF862A

RGB

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

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

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

R = 54.05%
G = 34.99%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF862A (or 0xCF862A) is known color: Dixie. HEX triplet: CF, 86 and 2A. RGB value is (207,134,42). Sum of RGB (Red+Green+Blue) = 207+134+42=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF862A is #3079D5. Grayscale: #919191. Windows color (decimal): -3176918 or 2787023. OLE color: 2787023.

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

Color convert

RGB 207 134 42 -
CMYK 0 0.35 0.80 0.19
HSL 33.45º 0.66% 0.49% -
HSV(B) 33.45º 0.8% 0.81% -
XYZ 34.68 30.48 6.25 -
YUV 145.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 207 134 42 0 0.35 0.80 0.19 33.45 0.66 0.49
Hex CF 86 2A 0 23 50 13 21 42 31
Octal 317 206 52 0 43 120 23 41 102 61
Binary 11001111 10000110 101010 0 100011 1010000 10011 100001 1000010 110001

Color Harmonies of #CF862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF862A

Black with #CF862A

Text Example


Text Example

White with #CF862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF862A; }

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

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

background-color css

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

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

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

border-color css

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

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

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