#CD584D

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

Shades of Valencia #CD584D

Tints of Valencia #CD584D

Color information

#CD584D (or 0xCD584D) is unknown color: approx Valencia. HEX triplet: CD, 58 and 4D. RGB value is (205,88,77). Sum of RGB (Red+Green+Blue) = 205+88+77=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD584D is #32A7B2. Grayscale: #797979. Windows color (decimal): -3319731 or 5069005. OLE color: 5069005.

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

Color convert

RGB2058877-
CMYK00.570.620.20
HSL5.16º56.14%55.29%-
HSV(B)5.16º62.44%80.39%-
XYZ30.0120.499.4-
YUV121.73102.76187.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.41%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=55.41%
G=23.78%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205887700.570.620.205.1656.1455.29
HexCD584D0393E1453837
Octal315130115071762457067
Binary1100110110110001001101011100111111010100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD584D; }

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

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

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

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

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

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

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

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