Html Css Color HEX #CF5210 Tenne (Tawny)

📋 copy color: '#CF5210'

red 207 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #CF5210

Tints of Tenne (Tawny) #CF5210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 67.87%
G = 26.89%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF5210 (or 0xCF5210) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 10. RGB value is (207,82,16). Sum of RGB (Red+Green+Blue) = 207+82+16=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5210 is #30ADEF. Grayscale: #707070. Windows color (decimal): -3190256 or 1069775. OLE color: 1069775.

HSL color Cylindrical-coordinate representation of color #CF5210: hue angle of 20.73º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF5210 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 82 16 -
CMYK 0 0.60 0.92 0.19
HSL 20.73º 0.86% 0.44% -
HSV(B) 20.73º 0.92% 0.81% -
XYZ 28.84 19.34 2.7 -
YUV 111.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 207 82 16 0 0.60 0.92 0.19 20.73 0.86 0.44
Hex CF 52 10 0 3C 5C 13 15 56 2C
Octal 317 122 20 0 74 134 23 25 126 54
Binary 11001111 1010010 10000 0 111100 1011100 10011 10101 1010110 101100

Color Harmonies of #CF5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5210

Black with #CF5210

Text Example


Text Example

White with #CF5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5210; }

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

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

background-color css

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

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

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

border-color css

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

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

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