Html Css Color HEX #CF5901 Tenne (Tawny)

📋 copy color: '#CF5901'

red 207 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #CF5901

Tints of Tenne (Tawny) #CF5901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 69.7%
G = 29.97%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF5901 (or 0xCF5901) is known color: Tenne (Tawny). HEX triplet: CF, 59 and 01. RGB value is (207,89,1). Sum of RGB (Red+Green+Blue) = 207+89+1=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5901 is #30A6FE. Grayscale: #727272. Windows color (decimal): -3188479 or 88527. OLE color: 88527.

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

Color convert

RGB 207 89 1 -
CMYK 0 0.57 1.00 0.19
HSL 25.63º 0.99% 0.41% -
HSV(B) 25.63º 1% 0.81% -
XYZ 29.31 20.41 2.42 -
YUV 114.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 207 89 1 0 0.57 1.00 0.19 25.63 0.99 0.41
Hex CF 59 1 0 39 64 13 1A 63 29
Octal 317 131 1 0 71 144 23 32 143 51
Binary 11001111 1011001 1 0 111001 1100100 10011 11010 1100011 101001

Color Harmonies of #CF5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5901

Black with #CF5901

Text Example


Text Example

White with #CF5901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5901; }

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

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

background-color css

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

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

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

border-color css

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

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

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