Html Css Color HEX #CF5D10 Tenne (Tawny)

📋 copy color: '#CF5D10'

red 207 ◦ green 93 ◦ blue 16

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

Shades of Tenne (Tawny) #CF5D10

Tints of Tenne (Tawny) #CF5D10

RGB

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

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

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

R = 65.51%
G = 29.43%
B = 5.06%

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

#CF5D10 (or 0xCF5D10) is known color: Tenne (Tawny). HEX triplet: CF, 5D and 10. RGB value is (207,93,16). Sum of RGB (Red+Green+Blue) = 207+93+16=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D10 is #30A2EF. Grayscale: #767676. Windows color (decimal): -3187440 or 1072591. OLE color: 1072591.

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

Color convert

RGB 207 93 16 -
CMYK 0 0.55 0.92 0.19
HSL 24.19º 0.86% 0.44% -
HSV(B) 24.19º 0.92% 0.81% -
XYZ 29.74 21.13 3 -
YUV 118.31 70.27 191.26 -
System Red Green Blue C M Y K H S L
Decimal 207 93 16 0 0.55 0.92 0.19 24.19 0.86 0.44
Hex CF 5D 10 0 37 5C 13 18 56 2C
Octal 317 135 20 0 67 134 23 30 126 54
Binary 11001111 1011101 10000 0 110111 1011100 10011 11000 1010110 101100

Color Harmonies of #CF5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D10

Black with #CF5D10

Text Example


Text Example

White with #CF5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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