Html Css Color HEX #CF6D2E Tango

📋 copy color: '#CF6D2E'

red 207 ◦ green 109 ◦ blue 46

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

Shades of Tango #CF6D2E

Tints of Tango #CF6D2E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

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

R = 57.18%
G = 30.11%
B = 12.71%

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

#CF6D2E (or 0xCF6D2E) is known color: Tango. HEX triplet: CF, 6D and 2E. RGB value is (207,109,46). Sum of RGB (Red+Green+Blue) = 207+109+46=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D2E is #3092D1. Grayscale: #838383. Windows color (decimal): -3183314 or 3042767. OLE color: 3042767.

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

Color convert

RGB 207 109 46 -
CMYK 0 0.47 0.78 0.19
HSL 23.48º 0.64% 0.5% -
HSV(B) 23.48º 0.78% 0.81% -
XYZ 31.69 24.4 5.62 -
YUV 131.12 79.97 182.12 -
System Red Green Blue C M Y K H S L
Decimal 207 109 46 0 0.47 0.78 0.19 23.48 0.64 0.5
Hex CF 6D 2E 0 2F 4E 13 17 40 32
Octal 317 155 56 0 57 116 23 27 100 62
Binary 11001111 1101101 101110 0 101111 1001110 10011 10111 1000000 110010

Color Harmonies of #CF6D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D2E

Black with #CF6D2E

Text Example


Text Example

White with #CF6D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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