#CD5046

Color #CD5046 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #CD5046

Tints of Valencia #CD5046

Color information

#CD5046 (or 0xCD5046) is unknown color: approx Valencia. HEX triplet: CD, 50 and 46. RGB value is (205,80,70). Sum of RGB (Red+Green+Blue) = 205+80+70=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5046 is #32AFB9. Grayscale: #747474. Windows color (decimal): -3321786 or 4608205. OLE color: 4608205.

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

Color convert

RGB2058070-
CMYK00.610.660.20
HSL4.44º57.45%53.92%-
HSV(B)4.44º65.85%80.39%-
XYZ29.1519.167.96-
YUV116.24101.91191.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.75%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=57.75%
G=22.54%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205807000.610.660.204.4457.4553.92
HexCD504603D421443936
Octal3151201060751022447166
Binary11001101101000010001100111101100001010100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5046; }

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

 H1.HeaderClassName
 {
   color: #CD5046;
 }
 .AnyTagClassName
 {
   color: #CD5046;
 }
</style>
background-color css

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

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

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

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

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

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