#CD514E

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

Shades of Valencia #CD514E

Tints of Valencia #CD514E

Color information

#CD514E (or 0xCD514E) is unknown color: approx Valencia. HEX triplet: CD, 51 and 4E. RGB value is (205,81,78). Sum of RGB (Red+Green+Blue) = 205+81+78=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD514E is #32AEB1. Grayscale: #757575. Windows color (decimal): -3321522 or 5132749. OLE color: 5132749.

HSL color Cylindrical-coordinate representation of color #CD514E: hue angle of 1.42º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD514E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2058178-
CMYK00.600.620.20
HSL1.42º55.95%55.49%-
HSV(B)1.42º61.95%80.39%-
XYZ29.4919.419.4-
YUV117.73105.58190.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.32%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=56.32%
G=22.25%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205817800.600.620.201.4255.9555.49
HexCD514E03C3E1413837
Octal315121116074762417067
Binary11001101101000110011100111100111110101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD514E; }

 p { color: rgb(205,81,78); }

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

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

 a { background-color: rgb(205,81,78); }

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

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

 span { border-color: rgb(205,81,78); }

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