Html Css Color HEX #CF5D0E Tenne (Tawny)

📋 copy color: '#CF5D0E'

red 207 ◦ green 93 ◦ blue 14

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

Shades of Tenne (Tawny) #CF5D0E

Tints of Tenne (Tawny) #CF5D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

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

R = 65.92%
G = 29.62%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF5D0E (or 0xCF5D0E) is known color: Tenne (Tawny). HEX triplet: CF, 5D and 0E. RGB value is (207,93,14). Sum of RGB (Red+Green+Blue) = 207+93+14=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D0E is #30A2F1. Grayscale: #767676. Windows color (decimal): -3187442 or 941519. OLE color: 941519.

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

Color convert

RGB 207 93 14 -
CMYK 0 0.55 0.93 0.19
HSL 24.56º 0.87% 0.43% -
HSV(B) 24.56º 0.93% 0.81% -
XYZ 29.73 21.13 2.93 -
YUV 118.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 207 93 14 0 0.55 0.93 0.19 24.56 0.87 0.43
Hex CF 5D E 0 37 5D 13 19 57 2B
Octal 317 135 16 0 67 135 23 31 127 53
Binary 11001111 1011101 1110 0 110111 1011101 10011 11001 1010111 101011

Color Harmonies of #CF5D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D0E

Black with #CF5D0E

Text Example


Text Example

White with #CF5D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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