Html Css Color HEX #CD5501 Tenne (Tawny)

📋 copy color: '#CD5501'

red 205 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #CD5501

Tints of Tenne (Tawny) #CD5501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 70.45%
G = 29.21%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CD5501 (or 0xCD5501) is known color: Tenne (Tawny). HEX triplet: CD, 55 and 01. RGB value is (205,85,1). Sum of RGB (Red+Green+Blue) = 205+85+1=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5501 is #32AAFE. Grayscale: #6F6F6F. Windows color (decimal): -3320575 or 87501. OLE color: 87501.

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

Color convert

RGB 205 85 1 -
CMYK 0 0.59 1.00 0.20
HSL 24.71º 0.99% 0.4% -
HSV(B) 24.71º 1% 0.8% -
XYZ 28.43 19.48 2.29 -
YUV 111.3 65.76 194.83 -
System Red Green Blue C M Y K H S L
Decimal 205 85 1 0 0.59 1.00 0.20 24.71 0.99 0.4
Hex CD 55 1 0 3B 64 14 19 63 28
Octal 315 125 1 0 73 144 24 31 143 50
Binary 11001101 1010101 1 0 111011 1100100 10100 11001 1100011 101000

Color Harmonies of #CD5501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5501

Black with #CD5501

Text Example


Text Example

White with #CD5501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5501; }

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

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

background-color css

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

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

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

border-color css

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

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

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