Html Css Color HEX #CF5000 Tenne (Tawny)

📋 copy color: '#CF5000'

red 207 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5000

Tints of Tenne (Tawny) #CF5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.13%
G = 27.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5000 (or 0xCF5000) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 00. RGB value is (207,80,0). Sum of RGB (Red+Green+Blue) = 207+80+0=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5000 is #30AFFF. Grayscale: #6D6D6D. Windows color (decimal): -3190784 or 20687. OLE color: 20687.

HSL color Cylindrical-coordinate representation of color #CF5000: hue angle of 23.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF5000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 80 0 -
CMYK 0 0.61 1 0.19
HSL 23.19º 1% 0.41% -
HSV(B) 23.19º 1% 0.81% -
XYZ 28.6 19 2.16 -
YUV 108.85 66.58 198 -
System Red Green Blue C M Y K H S L
Decimal 207 80 0 0 0.61 1 0.19 23.19 1 0.41
Hex CF 50 0 0 3D 64 13 17 64 29
Octal 317 120 0 0 75 144 23 27 144 51
Binary 11001111 1010000 0 0 111101 1100100 10011 10111 1100100 101001

Color Harmonies of #CF5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5000

Black with #CF5000

Text Example


Text Example

White with #CF5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5000; }

 p { color: rgb(207,80,0); }

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

background-color css

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

 a { background-color: rgb(207,80,0); }

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

border-color css

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

 span { border-color: rgb(207,80,0); }

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