Html Css Color HEX #CF5900 Tenne (Tawny)

📋 copy color: '#CF5900'

red 207 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5900

Tints of Tenne (Tawny) #CF5900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

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

R = 69.93%
G = 30.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5900 (or 0xCF5900) is known color: Tenne (Tawny). HEX triplet: CF, 59 and 00. RGB value is (207,89,0). Sum of RGB (Red+Green+Blue) = 207+89+0=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5900 is #30A6FF. Grayscale: #727272. Windows color (decimal): -3188480 or 22991. OLE color: 22991.

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

Color convert

RGB 207 89 0 -
CMYK 0 0.57 1 0.19
HSL 25.8º 1% 0.41% -
HSV(B) 25.8º 1% 0.81% -
XYZ 29.3 20.41 2.4 -
YUV 114.14 63.59 194.24 -
System Red Green Blue C M Y K H S L
Decimal 207 89 0 0 0.57 1 0.19 25.8 1 0.41
Hex CF 59 0 0 39 64 13 1A 64 29
Octal 317 131 0 0 71 144 23 32 144 51
Binary 11001111 1011001 0 0 111001 1100100 10011 11010 1100100 101001

Color Harmonies of #CF5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5900

Black with #CF5900

Text Example


Text Example

White with #CF5900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5900; }

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

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

background-color css

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

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

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

border-color css

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

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

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