Html Css Color HEX #CD5010 Tenne (Tawny)

📋 copy color: '#CD5010'

red 205 ◦ green 80 ◦ blue 16

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

Shades of Tenne (Tawny) #CD5010

Tints of Tenne (Tawny) #CD5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 68.11%
G = 26.58%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD5010 (or 0xCD5010) is known color: Tenne (Tawny). HEX triplet: CD, 50 and 10. RGB value is (205,80,16). Sum of RGB (Red+Green+Blue) = 205+80+16=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5010 is #32AFEF. Grayscale: #6E6E6E. Windows color (decimal): -3321840 or 1069261. OLE color: 1069261.

HSL color Cylindrical-coordinate representation of color #CD5010: hue angle of 20.32º 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 #CD5010 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 80 16 -
CMYK 0 0.61 0.92 0.20
HSL 20.32º 0.86% 0.43% -
HSV(B) 20.32º 0.92% 0.8% -
XYZ 28.14 18.75 2.63 -
YUV 110.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 205 80 16 0 0.61 0.92 0.20 20.32 0.86 0.43
Hex CD 50 10 0 3D 5C 14 14 56 2B
Octal 315 120 20 0 75 134 24 24 126 53
Binary 11001101 1010000 10000 0 111101 1011100 10100 10100 1010110 101011

Color Harmonies of #CD5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5010

Black with #CD5010

Text Example


Text Example

White with #CD5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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