Html Css Color HEX #CF4806 Tenne (Tawny)

📋 copy color: '#CF4806'

red 207 ◦ green 72 ◦ blue 6

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

Shades of Tenne (Tawny) #CF4806

Tints of Tenne (Tawny) #CF4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 72.63%
G = 25.26%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF4806 (or 0xCF4806) is known color: Tenne (Tawny). HEX triplet: CF, 48 and 06. RGB value is (207,72,6). Sum of RGB (Red+Green+Blue) = 207+72+6=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4806 is #30B7F9. Grayscale: #696969. Windows color (decimal): -3192826 or 411855. OLE color: 411855.

HSL color Cylindrical-coordinate representation of color #CF4806: hue angle of 19.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF4806 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 72 6 -
CMYK 0 0.65 0.97 0.19
HSL 19.7º 0.94% 0.42% -
HSV(B) 19.7º 0.97% 0.81% -
XYZ 28.08 17.91 2.15 -
YUV 104.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 207 72 6 0 0.65 0.97 0.19 19.7 0.94 0.42
Hex CF 48 6 0 41 61 13 14 5E 2A
Octal 317 110 6 0 101 141 23 24 136 52
Binary 11001111 1001000 110 0 1000001 1100001 10011 10100 1011110 101010

Color Harmonies of #CF4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4806

Black with #CF4806

Text Example


Text Example

White with #CF4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4806; }

 p { color: rgb(207,72,6); }

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

background-color css

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

 a { background-color: rgb(207,72,6); }

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

border-color css

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

 span { border-color: rgb(207,72,6); }

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