#CD504D

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

Shades of Valencia #CD504D

Tints of Valencia #CD504D

Color information

#CD504D (or 0xCD504D) is unknown color: approx Valencia. HEX triplet: CD, 50 and 4D. RGB value is (205,80,77). Sum of RGB (Red+Green+Blue) = 205+80+77=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD504D is #32AFB2. Grayscale: #757575. Windows color (decimal): -3321779 or 5066957. OLE color: 5066957.

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

Color convert

RGB2058077-
CMYK00.610.620.20
HSL1.41º56.14%55.29%-
HSV(B)1.41º62.44%80.39%-
XYZ29.3919.259.19-
YUV117.03105.41190.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.63%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=56.63%
G=22.10%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205807700.610.620.201.4156.1455.29
HexCD504D03D3E1413837
Octal315120115075762417067
Binary11001101101000010011010111101111110101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD504D; }

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

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

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

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

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

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

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

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