Html Css Color HEX #CF5315 Tenne (Tawny)

📋 copy color: '#CF5315'

red 207 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #CF5315

Tints of Tenne (Tawny) #CF5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

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

R = 66.56%
G = 26.69%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5315 (or 0xCF5315) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 15. RGB value is (207,83,21). Sum of RGB (Red+Green+Blue) = 207+83+21=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5315 is #30ACEA. Grayscale: #717171. Windows color (decimal): -3189995 or 1397711. OLE color: 1397711.

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

Color convert

RGB 207 83 21 -
CMYK 0 0.60 0.90 0.19
HSL 20º 0.82% 0.45% -
HSV(B) 20º 0.9% 0.81% -
XYZ 28.96 19.51 2.95 -
YUV 113.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 207 83 21 0 0.60 0.90 0.19 20 0.82 0.45
Hex CF 53 15 0 3C 5A 13 14 52 2D
Octal 317 123 25 0 74 132 23 24 122 55
Binary 11001111 1010011 10101 0 111100 1011010 10011 10100 1010010 101101

Color Harmonies of #CF5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5315

Black with #CF5315

Text Example


Text Example

White with #CF5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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