Html Css Color HEX #CF5016 Tenne (Tawny)

📋 copy color: '#CF5016'

red 207 ◦ green 80 ◦ blue 22

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

Shades of Tenne (Tawny) #CF5016

Tints of Tenne (Tawny) #CF5016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 66.99%
G = 25.89%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5016 (or 0xCF5016) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 16. RGB value is (207,80,22). Sum of RGB (Red+Green+Blue) = 207+80+22=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5016 is #30AFE9. Grayscale: #6F6F6F. Windows color (decimal): -3190762 or 1462479. OLE color: 1462479.

HSL color Cylindrical-coordinate representation of color #CF5016: hue angle of 18.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF5016 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 80 22 -
CMYK 0 0.61 0.89 0.19
HSL 18.81º 0.81% 0.45% -
HSV(B) 18.81º 0.89% 0.81% -
XYZ 28.75 19.06 2.92 -
YUV 111.36 77.58 196.22 -
System Red Green Blue C M Y K H S L
Decimal 207 80 22 0 0.61 0.89 0.19 18.81 0.81 0.45
Hex CF 50 16 0 3D 59 13 13 51 2D
Octal 317 120 26 0 75 131 23 23 121 55
Binary 11001111 1010000 10110 0 111101 1011001 10011 10011 1010001 101101

Color Harmonies of #CF5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5016

Black with #CF5016

Text Example


Text Example

White with #CF5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5016; }

 p { color: rgb(207,80,22); }

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

background-color css

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

 a { background-color: rgb(207,80,22); }

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

border-color css

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

 span { border-color: rgb(207,80,22); }

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