Html Css Color HEX #CF5400 Tenne (Tawny)

📋 copy color: '#CF5400'

red 207 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5400

Tints of Tenne (Tawny) #CF5400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 71.13%
G = 28.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5400 (or 0xCF5400) is known color: Tenne (Tawny). HEX triplet: CF, 54 and 00. RGB value is (207,84,0). Sum of RGB (Red+Green+Blue) = 207+84+0=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5400 is #30ABFF. Grayscale: #6F6F6F. Windows color (decimal): -3189760 or 21711. OLE color: 21711.

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

Color convert

RGB 207 84 0 -
CMYK 0 0.59 1 0.19
HSL 24.35º 1% 0.41% -
HSV(B) 24.35º 1% 0.81% -
XYZ 28.9 19.61 2.26 -
YUV 111.2 65.25 196.33 -
System Red Green Blue C M Y K H S L
Decimal 207 84 0 0 0.59 1 0.19 24.35 1 0.41
Hex CF 54 0 0 3B 64 13 18 64 29
Octal 317 124 0 0 73 144 23 30 144 51
Binary 11001111 1010100 0 0 111011 1100100 10011 11000 1100100 101001

Color Harmonies of #CF5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5400

Black with #CF5400

Text Example


Text Example

White with #CF5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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