Html Css Color HEX #CD5001 Tenne (Tawny)

📋 copy color: '#CD5001'

red 205 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #CD5001

Tints of Tenne (Tawny) #CD5001

RGB

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

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

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

R = 71.68%
G = 27.97%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CD5001 (or 0xCD5001) is known color: Tenne (Tawny). HEX triplet: CD, 50 and 01. RGB value is (205,80,1). Sum of RGB (Red+Green+Blue) = 205+80+1=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5001 is #32AFFE. Grayscale: #6C6C6C. Windows color (decimal): -3321855 or 86221. OLE color: 86221.

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

Color convert

RGB 205 80 1 -
CMYK 0 0.61 1.00 0.20
HSL 23.24º 0.99% 0.4% -
HSV(B) 23.24º 1% 0.8% -
XYZ 28.05 18.72 2.16 -
YUV 108.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 205 80 1 0 0.61 1.00 0.20 23.24 0.99 0.4
Hex CD 50 1 0 3D 64 14 17 63 28
Octal 315 120 1 0 75 144 24 27 143 50
Binary 11001101 1010000 1 0 111101 1100100 10100 10111 1100011 101000

Color Harmonies of #CD5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5001

Black with #CD5001

Text Example


Text Example

White with #CD5001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5001; }

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

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

background-color css

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

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

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

border-color css

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

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

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