Html Css Color HEX #CF4E10 Tenne (Tawny)

📋 copy color: '#CF4E10'

red 207 ◦ green 78 ◦ blue 16

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

Shades of Tenne (Tawny) #CF4E10

Tints of Tenne (Tawny) #CF4E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

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

R = 68.77%
G = 25.91%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF4E10 (or 0xCF4E10) is known color: Tenne (Tawny). HEX triplet: CF, 4E and 10. RGB value is (207,78,16). Sum of RGB (Red+Green+Blue) = 207+78+16=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4E10 is #30B1EF. Grayscale: #6D6D6D. Windows color (decimal): -3191280 or 1068751. OLE color: 1068751.

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

Color convert

RGB 207 78 16 -
CMYK 0 0.62 0.92 0.19
HSL 19.48º 0.86% 0.44% -
HSV(B) 19.48º 0.92% 0.81% -
XYZ 28.55 18.75 2.6 -
YUV 109.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 207 78 16 0 0.62 0.92 0.19 19.48 0.86 0.44
Hex CF 4E 10 0 3E 5C 13 13 56 2C
Octal 317 116 20 0 76 134 23 23 126 54
Binary 11001111 1001110 10000 0 111110 1011100 10011 10011 1010110 101100

Color Harmonies of #CF4E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4E10

Black with #CF4E10

Text Example


Text Example

White with #CF4E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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