Html Css Color HEX #CF4C11 Tenne (Tawny)

📋 copy color: '#CF4C11'

red 207 ◦ green 76 ◦ blue 17

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

Shades of Tenne (Tawny) #CF4C11

Tints of Tenne (Tawny) #CF4C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.33%

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 69%
G = 25.33%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF4C11 (or 0xCF4C11) is known color: Tenne (Tawny). HEX triplet: CF, 4C and 11. RGB value is (207,76,17). Sum of RGB (Red+Green+Blue) = 207+76+17=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4C11 is #30B3EE. Grayscale: #6C6C6C. Windows color (decimal): -3191791 or 1133775. OLE color: 1133775.

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

Color convert

RGB 207 76 17 -
CMYK 0 0.63 0.92 0.19
HSL 18.63º 0.85% 0.44% -
HSV(B) 18.63º 0.92% 0.81% -
XYZ 28.42 18.47 2.6 -
YUV 108.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 207 76 17 0 0.63 0.92 0.19 18.63 0.85 0.44
Hex CF 4C 11 0 3F 5C 13 13 55 2C
Octal 317 114 21 0 77 134 23 23 125 54
Binary 11001111 1001100 10001 0 111111 1011100 10011 10011 1010101 101100

Color Harmonies of #CF4C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C11

Black with #CF4C11

Text Example


Text Example

White with #CF4C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C11; }

 p { color: rgb(207,76,17); }

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

background-color css

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

 a { background-color: rgb(207,76,17); }

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

border-color css

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

 span { border-color: rgb(207,76,17); }

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