Html Css Color HEX #CF4706 Tenne (Tawny)

📋 copy color: '#CF4706'

red 207 ◦ green 71 ◦ blue 6

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

Shades of Tenne (Tawny) #CF4706

Tints of Tenne (Tawny) #CF4706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 72.89%
G = 25%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF4706 (or 0xCF4706) is known color: Tenne (Tawny). HEX triplet: CF, 47 and 06. RGB value is (207,71,6). Sum of RGB (Red+Green+Blue) = 207+71+6=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4706 is #30B8F9. Grayscale: #686868. Windows color (decimal): -3193082 or 411599. OLE color: 411599.

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

Color convert

RGB 207 71 6 -
CMYK 0 0.66 0.97 0.19
HSL 19.4º 0.94% 0.42% -
HSV(B) 19.4º 0.97% 0.81% -
XYZ 28.02 17.79 2.13 -
YUV 104.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 207 71 6 0 0.66 0.97 0.19 19.4 0.94 0.42
Hex CF 47 6 0 42 61 13 13 5E 2A
Octal 317 107 6 0 102 141 23 23 136 52
Binary 11001111 1000111 110 0 1000010 1100001 10011 10011 1011110 101010

Color Harmonies of #CF4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4706

Black with #CF4706

Text Example


Text Example

White with #CF4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4706; }

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

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

background-color css

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

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

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

border-color css

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

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

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