Html Css Color HEX #CF5801 Tenne (Tawny)

📋 copy color: '#CF5801'

red 207 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #CF5801

Tints of Tenne (Tawny) #CF5801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.73%

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

R = 69.93%
G = 29.73%
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

#CF5801 (or 0xCF5801) is known color: Tenne (Tawny). HEX triplet: CF, 58 and 01. RGB value is (207,88,1). Sum of RGB (Red+Green+Blue) = 207+88+1=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5801 is #30A7FE. Grayscale: #727272. Windows color (decimal): -3188735 or 88271. OLE color: 88271.

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

Color convert

RGB 207 88 1 -
CMYK 0 0.57 1.00 0.19
HSL 25.34º 0.99% 0.41% -
HSV(B) 25.34º 1% 0.81% -
XYZ 29.23 20.25 2.4 -
YUV 113.66 64.42 194.57 -
System Red Green Blue C M Y K H S L
Decimal 207 88 1 0 0.57 1.00 0.19 25.34 0.99 0.41
Hex CF 58 1 0 39 64 13 19 63 29
Octal 317 130 1 0 71 144 23 31 143 51
Binary 11001111 1011000 1 0 111001 1100100 10011 11001 1100011 101001

Color Harmonies of #CF5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5801

Black with #CF5801

Text Example


Text Example

White with #CF5801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5801; }

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

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

background-color css

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

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

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

border-color css

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

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

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