Html Css Color HEX #CF5415 Tenne (Tawny)

📋 copy color: '#CF5415'

red 207 ◦ green 84 ◦ blue 21

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

Shades of Tenne (Tawny) #CF5415

Tints of Tenne (Tawny) #CF5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 66.35%
G = 26.92%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5415 (or 0xCF5415) is known color: Tenne (Tawny). HEX triplet: CF, 54 and 15. RGB value is (207,84,21). Sum of RGB (Red+Green+Blue) = 207+84+21=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5415 is #30ABEA. Grayscale: #717171. Windows color (decimal): -3189739 or 1397967. OLE color: 1397967.

HSL color Cylindrical-coordinate representation of color #CF5415: hue angle of 20.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF5415 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 84 21 -
CMYK 0 0.59 0.90 0.19
HSL 20.32º 0.82% 0.45% -
HSV(B) 20.32º 0.9% 0.81% -
XYZ 29.04 19.66 2.97 -
YUV 113.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 207 84 21 0 0.59 0.90 0.19 20.32 0.82 0.45
Hex CF 54 15 0 3B 5A 13 14 52 2D
Octal 317 124 25 0 73 132 23 24 122 55
Binary 11001111 1010100 10101 0 111011 1011010 10011 10100 1010010 101101

Color Harmonies of #CF5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5415

Black with #CF5415

Text Example


Text Example

White with #CF5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5415; }

 p { color: rgb(207,84,21); }

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

background-color css

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

 a { background-color: rgb(207,84,21); }

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

border-color css

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

 span { border-color: rgb(207,84,21); }

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