Html Css Color HEX #CF5D0F Tenne (Tawny)

📋 copy color: '#CF5D0F'

red 207 ◦ green 93 ◦ blue 15

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

Shades of Tenne (Tawny) #CF5D0F

Tints of Tenne (Tawny) #CF5D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 65.71%
G = 29.52%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF5D0F (or 0xCF5D0F) is known color: Tenne (Tawny). HEX triplet: CF, 5D and 0F. RGB value is (207,93,15). Sum of RGB (Red+Green+Blue) = 207+93+15=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D0F is #30A2F0. Grayscale: #767676. Windows color (decimal): -3187441 or 1007055. OLE color: 1007055.

HSL color Cylindrical-coordinate representation of color #CF5D0F: hue angle of 24.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF5D0F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 93 15 -
CMYK 0 0.55 0.93 0.19
HSL 24.38º 0.86% 0.44% -
HSV(B) 24.38º 0.93% 0.81% -
XYZ 29.73 21.13 2.96 -
YUV 118.19 69.77 191.34 -
System Red Green Blue C M Y K H S L
Decimal 207 93 15 0 0.55 0.93 0.19 24.38 0.86 0.44
Hex CF 5D F 0 37 5D 13 18 56 2C
Octal 317 135 17 0 67 135 23 30 126 54
Binary 11001111 1011101 1111 0 110111 1011101 10011 11000 1010110 101100

Color Harmonies of #CF5D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D0F

Black with #CF5D0F

Text Example


Text Example

White with #CF5D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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