Html Css Color HEX #CD5013 Tenne (Tawny)

📋 copy color: '#CD5013'

red 205 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #CD5013

Tints of Tenne (Tawny) #CD5013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 67.43%
G = 26.32%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD5013 (or 0xCD5013) is known color: Tenne (Tawny). HEX triplet: CD, 50 and 13. RGB value is (205,80,19). Sum of RGB (Red+Green+Blue) = 205+80+19=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5013 is #32AFEC. Grayscale: #6E6E6E. Windows color (decimal): -3321837 or 1265869. OLE color: 1265869.

HSL color Cylindrical-coordinate representation of color #CD5013: hue angle of 19.68º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD5013 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 80 19 -
CMYK 0 0.61 0.91 0.20
HSL 19.68º 0.83% 0.44% -
HSV(B) 19.68º 0.91% 0.8% -
XYZ 28.16 18.76 2.75 -
YUV 110.42 76.41 195.46 -
System Red Green Blue C M Y K H S L
Decimal 205 80 19 0 0.61 0.91 0.20 19.68 0.83 0.44
Hex CD 50 13 0 3D 5B 14 14 53 2C
Octal 315 120 23 0 75 133 24 24 123 54
Binary 11001101 1010000 10011 0 111101 1011011 10100 10100 1010011 101100

Color Harmonies of #CD5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5013

Black with #CD5013

Text Example


Text Example

White with #CD5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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