Html Css Color HEX #CF5C0E Tenne (Tawny)

📋 copy color: '#CF5C0E'

red 207 ◦ green 92 ◦ blue 14

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

Shades of Tenne (Tawny) #CF5C0E

Tints of Tenne (Tawny) #CF5C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

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

R = 66.13%
G = 29.39%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF5C0E (or 0xCF5C0E) is known color: Tenne (Tawny). HEX triplet: CF, 5C and 0E. RGB value is (207,92,14). Sum of RGB (Red+Green+Blue) = 207+92+14=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C0E is #30A3F1. Grayscale: #757575. Windows color (decimal): -3187698 or 941263. OLE color: 941263.

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

Color convert

RGB 207 92 14 -
CMYK 0 0.56 0.93 0.19
HSL 24.25º 0.87% 0.43% -
HSV(B) 24.25º 0.93% 0.81% -
XYZ 29.64 20.95 2.9 -
YUV 117.49 69.6 191.84 -
System Red Green Blue C M Y K H S L
Decimal 207 92 14 0 0.56 0.93 0.19 24.25 0.87 0.43
Hex CF 5C E 0 38 5D 13 18 57 2B
Octal 317 134 16 0 70 135 23 30 127 53
Binary 11001111 1011100 1110 0 111000 1011101 10011 11000 1010111 101011

Color Harmonies of #CF5C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C0E

Black with #CF5C0E

Text Example


Text Example

White with #CF5C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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