Html Css Color HEX #CF5700 Tenne (Tawny)

📋 copy color: '#CF5700'

red 207 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5700

Tints of Tenne (Tawny) #CF5700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

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

R = 70.41%
G = 29.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5700 (or 0xCF5700) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 00. RGB value is (207,87,0). Sum of RGB (Red+Green+Blue) = 207+87+0=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5700 is #30A8FF. Grayscale: #717171. Windows color (decimal): -3188992 or 22479. OLE color: 22479.

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

Color convert

RGB 207 87 0 -
CMYK 0 0.58 1 0.19
HSL 25.22º 1% 0.41% -
HSV(B) 25.22º 1% 0.81% -
XYZ 29.14 20.08 2.34 -
YUV 112.96 64.26 195.07 -
System Red Green Blue C M Y K H S L
Decimal 207 87 0 0 0.58 1 0.19 25.22 1 0.41
Hex CF 57 0 0 3A 64 13 19 64 29
Octal 317 127 0 0 72 144 23 31 144 51
Binary 11001111 1010111 0 0 111010 1100100 10011 11001 1100100 101001

Color Harmonies of #CF5700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5700

Black with #CF5700

Text Example


Text Example

White with #CF5700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5700; }

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

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

background-color css

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

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

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

border-color css

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

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

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