Html Css Color HEX #CF560D Tenne (Tawny)

📋 copy color: '#CF560D'

red 207 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #CF560D

Tints of Tenne (Tawny) #CF560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 67.65%
G = 28.1%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF560D (or 0xCF560D) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 0D. RGB value is (207,86,13). Sum of RGB (Red+Green+Blue) = 207+86+13=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF560D is #30A9F2. Grayscale: #727272. Windows color (decimal): -3189235 or 874191. OLE color: 874191.

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

Color convert

RGB 207 86 13 -
CMYK 0 0.58 0.94 0.19
HSL 22.58º 0.88% 0.43% -
HSV(B) 22.58º 0.94% 0.81% -
XYZ 29.13 19.95 2.7 -
YUV 113.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 207 86 13 0 0.58 0.94 0.19 22.58 0.88 0.43
Hex CF 56 D 0 3A 5E 13 17 58 2B
Octal 317 126 15 0 72 136 23 27 130 53
Binary 11001111 1010110 1101 0 111010 1011110 10011 10111 1011000 101011

Color Harmonies of #CF560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF560D

Black with #CF560D

Text Example


Text Example

White with #CF560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF560D; }

 p { color: rgb(207,86,13); }

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

background-color css

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

 a { background-color: rgb(207,86,13); }

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

border-color css

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

 span { border-color: rgb(207,86,13); }

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