Html Css Color HEX #CD5510 Tenne (Tawny)

📋 copy color: '#CD5510'

red 205 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #CD5510

Tints of Tenne (Tawny) #CD5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 66.99%
G = 27.78%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD5510 (or 0xCD5510) is known color: Tenne (Tawny). HEX triplet: CD, 55 and 10. RGB value is (205,85,16). Sum of RGB (Red+Green+Blue) = 205+85+16=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5510 is #32AAEF. Grayscale: #717171. Windows color (decimal): -3320560 or 1070541. OLE color: 1070541.

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

Color convert

RGB 205 85 16 -
CMYK 0 0.59 0.92 0.20
HSL 21.9º 0.86% 0.43% -
HSV(B) 21.9º 0.92% 0.8% -
XYZ 28.52 19.51 2.75 -
YUV 113.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 205 85 16 0 0.59 0.92 0.20 21.9 0.86 0.43
Hex CD 55 10 0 3B 5C 14 16 56 2B
Octal 315 125 20 0 73 134 24 26 126 53
Binary 11001101 1010101 10000 0 111011 1011100 10100 10110 1010110 101011

Color Harmonies of #CD5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5510

Black with #CD5510

Text Example


Text Example

White with #CD5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5510; }

 p { color: rgb(205,85,16); }

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

background-color css

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

 a { background-color: rgb(205,85,16); }

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

border-color css

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

 span { border-color: rgb(205,85,16); }

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