Html Css Color HEX #CF4C0E Tenne (Tawny)

📋 copy color: '#CF4C0E'

red 207 ◦ green 76 ◦ blue 14

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

Shades of Tenne (Tawny) #CF4C0E

Tints of Tenne (Tawny) #CF4C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.71%

R = 69.7%
G = 25.59%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF4C0E (or 0xCF4C0E) is known color: Tenne (Tawny). HEX triplet: CF, 4C and 0E. RGB value is (207,76,14). Sum of RGB (Red+Green+Blue) = 207+76+14=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4C0E is #30B3F1. Grayscale: #6C6C6C. Windows color (decimal): -3191794 or 937167. OLE color: 937167.

HSL color Cylindrical-coordinate representation of color #CF4C0E: hue angle of 19.27º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF4C0E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 76 14 -
CMYK 0 0.63 0.93 0.19
HSL 19.27º 0.87% 0.43% -
HSV(B) 19.27º 0.93% 0.81% -
XYZ 28.4 18.47 2.48 -
YUV 108.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 207 76 14 0 0.63 0.93 0.19 19.27 0.87 0.43
Hex CF 4C E 0 3F 5D 13 13 57 2B
Octal 317 114 16 0 77 135 23 23 127 53
Binary 11001111 1001100 1110 0 111111 1011101 10011 10011 1010111 101011

Color Harmonies of #CF4C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C0E

Black with #CF4C0E

Text Example


Text Example

White with #CF4C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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