#CD514D

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

Shades of Valencia #CD514D

Tints of Valencia #CD514D

Color information

#CD514D (or 0xCD514D) is unknown color: approx Valencia. HEX triplet: CD, 51 and 4D. RGB value is (205,81,77). Sum of RGB (Red+Green+Blue) = 205+81+77=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD514D is #32AEB2. Grayscale: #757575. Windows color (decimal): -3321523 or 5067213. OLE color: 5067213.

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

Color convert

RGB2058177-
CMYK00.600.620.20
HSL1.88º56.14%55.29%-
HSV(B)1.88º62.44%80.39%-
XYZ29.4619.49.21-
YUV117.62105.08190.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.47%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=56.47%
G=22.31%
B=21.21%

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
Decimal205817700.600.620.201.8856.1455.29
HexCD514D03C3E1423837
Octal315121115074762427067
Binary110011011010001100110101111001111101010010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD514D; }

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

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

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

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

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

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

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

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