Html Css Color HEX #CF5E10 Tenne (Tawny)

📋 copy color: '#CF5E10'

red 207 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #CF5E10

Tints of Tenne (Tawny) #CF5E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 65.3%
G = 29.65%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF5E10 (or 0xCF5E10) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 10. RGB value is (207,94,16). Sum of RGB (Red+Green+Blue) = 207+94+16=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E10 is #30A1EF. Grayscale: #777777. Windows color (decimal): -3187184 or 1072847. OLE color: 1072847.

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

Color convert

RGB 207 94 16 -
CMYK 0 0.55 0.92 0.19
HSL 24.5º 0.86% 0.44% -
HSV(B) 24.5º 0.92% 0.81% -
XYZ 29.83 21.31 3.03 -
YUV 118.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 207 94 16 0 0.55 0.92 0.19 24.5 0.86 0.44
Hex CF 5E 10 0 37 5C 13 19 56 2C
Octal 317 136 20 0 67 134 23 31 126 54
Binary 11001111 1011110 10000 0 110111 1011100 10011 11001 1010110 101100

Color Harmonies of #CF5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E10

Black with #CF5E10

Text Example


Text Example

White with #CF5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E10; }

 p { color: rgb(207,94,16); }

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

background-color css

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

 a { background-color: rgb(207,94,16); }

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

border-color css

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

 span { border-color: rgb(207,94,16); }

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