Html Css Color HEX #CF5416 Tenne (Tawny)

📋 copy color: '#CF5416'

red 207 ◦ green 84 ◦ blue 22

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

Shades of Tenne (Tawny) #CF5416

Tints of Tenne (Tawny) #CF5416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 66.13%
G = 26.84%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5416 (or 0xCF5416) is known color: Tenne (Tawny). HEX triplet: CF, 54 and 16. RGB value is (207,84,22). Sum of RGB (Red+Green+Blue) = 207+84+22=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5416 is #30ABE9. Grayscale: #727272. Windows color (decimal): -3189738 or 1463503. OLE color: 1463503.

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

Color convert

RGB 207 84 22 -
CMYK 0 0.59 0.89 0.19
HSL 20.11º 0.81% 0.45% -
HSV(B) 20.11º 0.89% 0.81% -
XYZ 29.05 19.66 3.02 -
YUV 113.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 207 84 22 0 0.59 0.89 0.19 20.11 0.81 0.45
Hex CF 54 16 0 3B 59 13 14 51 2D
Octal 317 124 26 0 73 131 23 24 121 55
Binary 11001111 1010100 10110 0 111011 1011001 10011 10100 1010001 101101

Color Harmonies of #CF5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5416

Black with #CF5416

Text Example


Text Example

White with #CF5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5416; }

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

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

background-color css

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

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

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

border-color css

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

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

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