Html Css Color HEX #CF4F12 Tenne (Tawny)

📋 copy color: '#CF4F12'

red 207 ◦ green 79 ◦ blue 18

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

Shades of Tenne (Tawny) #CF4F12

Tints of Tenne (Tawny) #CF4F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.99%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 68.09%
G = 25.99%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF4F12 (or 0xCF4F12) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 12. RGB value is (207,79,18). Sum of RGB (Red+Green+Blue) = 207+79+18=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F12 is #30B0ED. Grayscale: #6E6E6E. Windows color (decimal): -3191022 or 1200079. OLE color: 1200079.

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

Color convert

RGB 207 79 18 -
CMYK 0 0.62 0.91 0.19
HSL 19.37º 0.84% 0.44% -
HSV(B) 19.37º 0.91% 0.81% -
XYZ 28.64 18.9 2.71 -
YUV 110.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 207 79 18 0 0.62 0.91 0.19 19.37 0.84 0.44
Hex CF 4F 12 0 3E 5B 13 13 54 2C
Octal 317 117 22 0 76 133 23 23 124 54
Binary 11001111 1001111 10010 0 111110 1011011 10011 10011 1010100 101100

Color Harmonies of #CF4F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F12

Black with #CF4F12

Text Example


Text Example

White with #CF4F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F12; }

 p { color: rgb(207,79,18); }

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

background-color css

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

 a { background-color: rgb(207,79,18); }

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

border-color css

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

 span { border-color: rgb(207,79,18); }

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