Html Css Color HEX #CF5510 Tenne (Tawny)

📋 copy color: '#CF5510'

red 207 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #CF5510

Tints of Tenne (Tawny) #CF5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 67.21%
G = 27.6%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF5510 (or 0xCF5510) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 10. RGB value is (207,85,16). Sum of RGB (Red+Green+Blue) = 207+85+16=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5510 is #30AAEF. Grayscale: #727272. Windows color (decimal): -3189488 or 1070543. OLE color: 1070543.

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

Color convert

RGB 207 85 16 -
CMYK 0 0.59 0.92 0.19
HSL 21.68º 0.86% 0.44% -
HSV(B) 21.68º 0.92% 0.81% -
XYZ 29.07 19.8 2.78 -
YUV 113.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 207 85 16 0 0.59 0.92 0.19 21.68 0.86 0.44
Hex CF 55 10 0 3B 5C 13 16 56 2C
Octal 317 125 20 0 73 134 23 26 126 54
Binary 11001111 1010101 10000 0 111011 1011100 10011 10110 1010110 101100

Color Harmonies of #CF5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5510

Black with #CF5510

Text Example


Text Example

White with #CF5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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