Html Css Color HEX #CF5601 Tenne (Tawny)

📋 copy color: '#CF5601'

red 207 ◦ green 86 ◦ blue 1

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

Shades of Tenne (Tawny) #CF5601

Tints of Tenne (Tawny) #CF5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

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

R = 70.41%
G = 29.25%
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

#CF5601 (or 0xCF5601) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 01. RGB value is (207,86,1). Sum of RGB (Red+Green+Blue) = 207+86+1=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5601 is #30A9FE. Grayscale: #707070. Windows color (decimal): -3189247 or 87759. OLE color: 87759.

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

Color convert

RGB 207 86 1 -
CMYK 0 0.58 1.00 0.19
HSL 24.76º 0.99% 0.41% -
HSV(B) 24.76º 1% 0.81% -
XYZ 29.07 19.92 2.34 -
YUV 112.49 65.09 195.41 -
System Red Green Blue C M Y K H S L
Decimal 207 86 1 0 0.58 1.00 0.19 24.76 0.99 0.41
Hex CF 56 1 0 3A 64 13 19 63 29
Octal 317 126 1 0 72 144 23 31 143 51
Binary 11001111 1010110 1 0 111010 1100100 10011 11001 1100011 101001

Color Harmonies of #CF5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5601

Black with #CF5601

Text Example


Text Example

White with #CF5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5601; }

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

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

background-color css

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

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

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

border-color css

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

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

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