Html Css Color HEX #CF5701 Tenne (Tawny)

📋 copy color: '#CF5701'

red 207 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #CF5701

Tints of Tenne (Tawny) #CF5701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.49%

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

R = 70.17%
G = 29.49%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF5701 (or 0xCF5701) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 01. RGB value is (207,87,1). Sum of RGB (Red+Green+Blue) = 207+87+1=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5701 is #30A8FE. Grayscale: #717171. Windows color (decimal): -3188991 or 88015. OLE color: 88015.

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

Color convert

RGB 207 87 1 -
CMYK 0 0.58 1.00 0.19
HSL 25.05º 0.99% 0.41% -
HSV(B) 25.05º 1% 0.81% -
XYZ 29.15 20.08 2.37 -
YUV 113.08 64.76 194.99 -
System Red Green Blue C M Y K H S L
Decimal 207 87 1 0 0.58 1.00 0.19 25.05 0.99 0.41
Hex CF 57 1 0 3A 64 13 19 63 29
Octal 317 127 1 0 72 144 23 31 143 51
Binary 11001111 1010111 1 0 111010 1100100 10011 11001 1100011 101001

Color Harmonies of #CF5701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5701

Black with #CF5701

Text Example


Text Example

White with #CF5701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5701; }

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

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

background-color css

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

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

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

border-color css

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

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

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