Html Css Color HEX #CF5E01 Tenne (Tawny)

📋 copy color: '#CF5E01'

red 207 ◦ green 94 ◦ blue 1

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

Shades of Tenne (Tawny) #CF5E01

Tints of Tenne (Tawny) #CF5E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

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

R = 68.54%
G = 31.13%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF5E01 (or 0xCF5E01) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 01. RGB value is (207,94,1). Sum of RGB (Red+Green+Blue) = 207+94+1=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E01 is #30A1FE. Grayscale: #757575. Windows color (decimal): -3187199 or 89807. OLE color: 89807.

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

Color convert

RGB 207 94 1 -
CMYK 0 0.55 1.00 0.19
HSL 27.09º 0.99% 0.41% -
HSV(B) 27.09º 1% 0.81% -
XYZ 29.74 21.27 2.57 -
YUV 117.19 62.44 192.06 -
System Red Green Blue C M Y K H S L
Decimal 207 94 1 0 0.55 1.00 0.19 27.09 0.99 0.41
Hex CF 5E 1 0 37 64 13 1B 63 29
Octal 317 136 1 0 67 144 23 33 143 51
Binary 11001111 1011110 1 0 110111 1100100 10011 11011 1100011 101001

Color Harmonies of #CF5E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E01

Black with #CF5E01

Text Example


Text Example

White with #CF5E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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