Html Css Color HEX #CF5E00 Tenne (Tawny)

📋 copy color: '#CF5E00'

red 207 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5E00

Tints of Tenne (Tawny) #CF5E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.77%
G = 31.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5E00 (or 0xCF5E00) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 00. RGB value is (207,94,0). Sum of RGB (Red+Green+Blue) = 207+94+0=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E00 is #30A1FF. Grayscale: #757575. Windows color (decimal): -3187200 or 24271. OLE color: 24271.

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

Color convert

RGB 207 94 0 -
CMYK 0 0.55 1 0.19
HSL 27.25º 1% 0.41% -
HSV(B) 27.25º 1% 0.81% -
XYZ 29.73 21.27 2.54 -
YUV 117.07 61.94 192.14 -
System Red Green Blue C M Y K H S L
Decimal 207 94 0 0 0.55 1 0.19 27.25 1 0.41
Hex CF 5E 0 0 37 64 13 1B 64 29
Octal 317 136 0 0 67 144 23 33 144 51
Binary 11001111 1011110 0 0 110111 1100100 10011 11011 1100100 101001

Color Harmonies of #CF5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E00

Black with #CF5E00

Text Example


Text Example

White with #CF5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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