Html Css Color HEX #CD5200 Tenne (Tawny)

📋 copy color: '#CD5200'

red 205 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #CD5200

Tints of Tenne (Tawny) #CD5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD5200 (or 0xCD5200) is known color: Tenne (Tawny). HEX triplet: CD, 52 and 00. RGB value is (205,82,0). Sum of RGB (Red+Green+Blue) = 205+82+0=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5200 is #32ADFF. Grayscale: #6D6D6D. Windows color (decimal): -3321344 or 21197. OLE color: 21197.

HSL color Cylindrical-coordinate representation of color #CD5200: hue angle of 24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD5200 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 0 -
CMYK 0 0.6 1 0.20
HSL 24º 1% 0.4% -
HSV(B) 24º 1% 0.8% -
XYZ 28.19 19.01 2.18 -
YUV 109.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 205 82 0 0 0.6 1 0.20 24 1 0.4
Hex CD 52 0 0 3C 64 14 18 64 28
Octal 315 122 0 0 74 144 24 30 144 50
Binary 11001101 1010010 0 0 111100 1100100 10100 11000 1100100 101000

Color Harmonies of #CD5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5200

Black with #CD5200

Text Example


Text Example

White with #CD5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5200; }

 p { color: rgb(205,82,0); }

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

background-color css

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

 a { background-color: rgb(205,82,0); }

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

border-color css

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

 span { border-color: rgb(205,82,0); }

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