#CD5850

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

Shades of Valencia #CD5850

Tints of Valencia #CD5850

Color information

#CD5850 (or 0xCD5850) is unknown color: approx Valencia. HEX triplet: CD, 58 and 50. RGB value is (205,88,80). Sum of RGB (Red+Green+Blue) = 205+88+80=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5850 is #32A7AF. Grayscale: #7A7A7A. Windows color (decimal): -3319728 or 5265613. OLE color: 5265613.

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

Color convert

RGB2058880-
CMYK00.570.610.20
HSL3.84º55.56%55.88%-
HSV(B)3.84º60.98%80.39%-
XYZ30.1120.549.97-
YUV122.07104.26187.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=54.96%
G=23.59%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205888000.570.610.203.8455.5655.88
HexCD58500393D1443838
Octal315130120071752447070
Binary1100110110110001010000011100111110110100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5850; }

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

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

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

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

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

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

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

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