Html Css Color HEX #CF6E2E Tango

📋 copy color: '#CF6E2E'

red 207 ◦ green 110 ◦ blue 46

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

Shades of Tango #CF6E2E

Tints of Tango #CF6E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

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

R = 57.02%
G = 30.3%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF6E2E (or 0xCF6E2E) is known color: Tango. HEX triplet: CF, 6E and 2E. RGB value is (207,110,46). Sum of RGB (Red+Green+Blue) = 207+110+46=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E2E is #3091D1. Grayscale: #848484. Windows color (decimal): -3183058 or 3043023. OLE color: 3043023.

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

Color convert

RGB 207 110 46 -
CMYK 0 0.47 0.78 0.19
HSL 23.85º 0.64% 0.5% -
HSV(B) 23.85º 0.78% 0.81% -
XYZ 31.8 24.61 5.66 -
YUV 131.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 207 110 46 0 0.47 0.78 0.19 23.85 0.64 0.5
Hex CF 6E 2E 0 2F 4E 13 18 40 32
Octal 317 156 56 0 57 116 23 30 100 62
Binary 11001111 1101110 101110 0 101111 1001110 10011 11000 1000000 110010

Color Harmonies of #CF6E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E2E

Black with #CF6E2E

Text Example


Text Example

White with #CF6E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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