Html Css Color HEX #CD5A00 Tenne (Tawny)

📋 copy color: '#CD5A00'

red 205 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #CD5A00

Tints of Tenne (Tawny) #CD5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 69.49%
G = 30.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD5A00 (or 0xCD5A00) is known color: Tenne (Tawny). HEX triplet: CD, 5A and 00. RGB value is (205,90,0). Sum of RGB (Red+Green+Blue) = 205+90+0=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5A00 is #32A5FF. Grayscale: #727272. Windows color (decimal): -3319296 or 23245. OLE color: 23245.

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

Color convert

RGB 205 90 0 -
CMYK 0 0.56 1 0.20
HSL 26.34º 1% 0.4% -
HSV(B) 26.34º 1% 0.8% -
XYZ 28.83 20.29 2.4 -
YUV 114.13 63.6 192.82 -
System Red Green Blue C M Y K H S L
Decimal 205 90 0 0 0.56 1 0.20 26.34 1 0.4
Hex CD 5A 0 0 38 64 14 1A 64 28
Octal 315 132 0 0 70 144 24 32 144 50
Binary 11001101 1011010 0 0 111000 1100100 10100 11010 1100100 101000

Color Harmonies of #CD5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A00

Black with #CD5A00

Text Example


Text Example

White with #CD5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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