Html Css Color HEX #CF5F00 Tenne (Tawny)

📋 copy color: '#CF5F00'

red 207 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5F00

Tints of Tenne (Tawny) #CF5F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 68.54%
G = 31.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5F00 (or 0xCF5F00) is known color: Tenne (Tawny). HEX triplet: CF, 5F and 00. RGB value is (207,95,0). Sum of RGB (Red+Green+Blue) = 207+95+0=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5F00 is #30A0FF. Grayscale: #767676. Windows color (decimal): -3186944 or 24527. OLE color: 24527.

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

Color convert

RGB 207 95 0 -
CMYK 0 0.54 1 0.19
HSL 27.54º 1% 0.41% -
HSV(B) 27.54º 1% 0.81% -
XYZ 29.82 21.45 2.57 -
YUV 117.66 61.61 191.72 -
System Red Green Blue C M Y K H S L
Decimal 207 95 0 0 0.54 1 0.19 27.54 1 0.41
Hex CF 5F 0 0 36 64 13 1C 64 29
Octal 317 137 0 0 66 144 23 34 144 51
Binary 11001111 1011111 0 0 110110 1100100 10011 11100 1100100 101001

Color Harmonies of #CF5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F00

Black with #CF5F00

Text Example


Text Example

White with #CF5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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