Html Css Color HEX #CF4600 Tenne (Tawny)

📋 copy color: '#CF4600'

red 207 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #CF4600

Tints of Tenne (Tawny) #CF4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.73%
G = 25.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF4600 (or 0xCF4600) is known color: Tenne (Tawny). HEX triplet: CF, 46 and 00. RGB value is (207,70,0). Sum of RGB (Red+Green+Blue) = 207+70+0=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4600 is #30B9FF. Grayscale: #676767. Windows color (decimal): -3193344 or 18127. OLE color: 18127.

HSL color Cylindrical-coordinate representation of color #CF4600: hue angle of 20.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4600 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 70 0 -
CMYK 0 0.66 1 0.19
HSL 20.29º 1% 0.41% -
HSV(B) 20.29º 1% 0.81% -
XYZ 27.92 17.65 1.93 -
YUV 102.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 207 70 0 0 0.66 1 0.19 20.29 1 0.41
Hex CF 46 0 0 42 64 13 14 64 29
Octal 317 106 0 0 102 144 23 24 144 51
Binary 11001111 1000110 0 0 1000010 1100100 10011 10100 1100100 101001

Color Harmonies of #CF4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4600

Black with #CF4600

Text Example


Text Example

White with #CF4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4600; }

 p { color: rgb(207,70,0); }

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

background-color css

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

 a { background-color: rgb(207,70,0); }

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

border-color css

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

 span { border-color: rgb(207,70,0); }

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