Html Css Color HEX #CF570F Tenne (Tawny)

📋 copy color: '#CF570F'

red 207 ◦ green 87 ◦ blue 15

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

Shades of Tenne (Tawny) #CF570F

Tints of Tenne (Tawny) #CF570F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 66.99%
G = 28.16%
B = 4.85%

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

#CF570F (or 0xCF570F) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 0F. RGB value is (207,87,15). Sum of RGB (Red+Green+Blue) = 207+87+15=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF570F is #30A8F0. Grayscale: #737373. Windows color (decimal): -3188977 or 1005519. OLE color: 1005519.

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

Color convert

RGB 207 87 15 -
CMYK 0 0.58 0.93 0.19
HSL 22.5º 0.86% 0.44% -
HSV(B) 22.5º 0.93% 0.81% -
XYZ 29.23 20.12 2.79 -
YUV 114.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 207 87 15 0 0.58 0.93 0.19 22.5 0.86 0.44
Hex CF 57 F 0 3A 5D 13 16 56 2C
Octal 317 127 17 0 72 135 23 26 126 54
Binary 11001111 1010111 1111 0 111010 1011101 10011 10110 1010110 101100

Color Harmonies of #CF570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF570F

Black with #CF570F

Text Example


Text Example

White with #CF570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF570F; }

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

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

background-color css

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

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

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

border-color css

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

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

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