Html Css Color HEX #CD560F Tenne (Tawny)

📋 copy color: '#CD560F'

red 205 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #CD560F

Tints of Tenne (Tawny) #CD560F

RGB

 RED value IS 205 (80.47% from 255) = 66.99%

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

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

R = 66.99%
G = 28.1%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD560F (or 0xCD560F) is known color: Tenne (Tawny). HEX triplet: CD, 56 and 0F. RGB value is (205,86,15). Sum of RGB (Red+Green+Blue) = 205+86+15=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD560F is #32A9F0. Grayscale: #717171. Windows color (decimal): -3320305 or 1005261. OLE color: 1005261.

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

Color convert

RGB 205 86 15 -
CMYK 0 0.58 0.93 0.20
HSL 22.42º 0.86% 0.43% -
HSV(B) 22.42º 0.93% 0.8% -
XYZ 28.59 19.67 2.74 -
YUV 113.49 72.42 193.27 -
System Red Green Blue C M Y K H S L
Decimal 205 86 15 0 0.58 0.93 0.20 22.42 0.86 0.43
Hex CD 56 F 0 3A 5D 14 16 56 2B
Octal 315 126 17 0 72 135 24 26 126 53
Binary 11001101 1010110 1111 0 111010 1011101 10100 10110 1010110 101011

Color Harmonies of #CD560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD560F

Black with #CD560F

Text Example


Text Example

White with #CD560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD560F; }

 p { color: rgb(205,86,15); }

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

background-color css

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

 a { background-color: rgb(205,86,15); }

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

border-color css

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

 span { border-color: rgb(205,86,15); }

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