Html Css Color HEX #CF5514 Tenne (Tawny)

📋 copy color: '#CF5514'

red 207 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #CF5514

Tints of Tenne (Tawny) #CF5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 66.35%
G = 27.24%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5514 (or 0xCF5514) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 14. RGB value is (207,85,20). Sum of RGB (Red+Green+Blue) = 207+85+20=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5514 is #30AAEB. Grayscale: #727272. Windows color (decimal): -3189484 or 1332687. OLE color: 1332687.

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

Color convert

RGB 207 85 20 -
CMYK 0 0.59 0.90 0.19
HSL 20.86º 0.82% 0.45% -
HSV(B) 20.86º 0.9% 0.81% -
XYZ 29.11 19.81 2.95 -
YUV 114.07 74.92 194.29 -
System Red Green Blue C M Y K H S L
Decimal 207 85 20 0 0.59 0.90 0.19 20.86 0.82 0.45
Hex CF 55 14 0 3B 5A 13 15 52 2D
Octal 317 125 24 0 73 132 23 25 122 55
Binary 11001111 1010101 10100 0 111011 1011010 10011 10101 1010010 101101

Color Harmonies of #CF5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5514

Black with #CF5514

Text Example


Text Example

White with #CF5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5514; }

 p { color: rgb(207,85,20); }

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

background-color css

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

 a { background-color: rgb(207,85,20); }

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

border-color css

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

 span { border-color: rgb(207,85,20); }

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