Html Css Color HEX #CF570E Tenne (Tawny)

📋 copy color: '#CF570E'

red 207 ◦ green 87 ◦ blue 14

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

Shades of Tenne (Tawny) #CF570E

Tints of Tenne (Tawny) #CF570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 67.21%
G = 28.25%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF570E (or 0xCF570E) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 0E. RGB value is (207,87,14). Sum of RGB (Red+Green+Blue) = 207+87+14=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF570E is #30A8F1. Grayscale: #727272. Windows color (decimal): -3188978 or 939983. OLE color: 939983.

HSL color Cylindrical-coordinate representation of color #CF570E: hue angle of 22.69º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF570E is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 14 -
CMYK 0 0.58 0.93 0.19
HSL 22.69º 0.87% 0.43% -
HSV(B) 22.69º 0.93% 0.81% -
XYZ 29.22 20.11 2.76 -
YUV 114.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 207 87 14 0 0.58 0.93 0.19 22.69 0.87 0.43
Hex CF 57 E 0 3A 5D 13 17 57 2B
Octal 317 127 16 0 72 135 23 27 127 53
Binary 11001111 1010111 1110 0 111010 1011101 10011 10111 1010111 101011

Color Harmonies of #CF570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF570E

Black with #CF570E

Text Example


Text Example

White with #CF570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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