Html Css Color HEX #CF5214 Tenne (Tawny)

📋 copy color: '#CF5214'

red 207 ◦ green 82 ◦ blue 20

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

Shades of Tenne (Tawny) #CF5214

Tints of Tenne (Tawny) #CF5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 66.99%
G = 26.54%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5214 (or 0xCF5214) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 14. RGB value is (207,82,20). Sum of RGB (Red+Green+Blue) = 207+82+20=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5214 is #30ADEB. Grayscale: #707070. Windows color (decimal): -3190252 or 1331919. OLE color: 1331919.

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

Color convert

RGB 207 82 20 -
CMYK 0 0.60 0.90 0.19
HSL 19.89º 0.82% 0.45% -
HSV(B) 19.89º 0.9% 0.81% -
XYZ 28.88 19.35 2.87 -
YUV 112.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 207 82 20 0 0.60 0.90 0.19 19.89 0.82 0.45
Hex CF 52 14 0 3C 5A 13 14 52 2D
Octal 317 122 24 0 74 132 23 24 122 55
Binary 11001111 1010010 10100 0 111100 1011010 10011 10100 1010010 101101

Color Harmonies of #CF5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5214

Black with #CF5214

Text Example


Text Example

White with #CF5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5214; }

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

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

background-color css

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

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

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

border-color css

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

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

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