#CD5851

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

Shades of Valencia #CD5851

Tints of Valencia #CD5851

Color information

#CD5851 (or 0xCD5851) is unknown color: approx Valencia. HEX triplet: CD, 58 and 51. RGB value is (205,88,81). Sum of RGB (Red+Green+Blue) = 205+88+81=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5851 is #32A7AE. Grayscale: #7A7A7A. Windows color (decimal): -3319727 or 5331149. OLE color: 5331149.

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

Color convert

RGB2058881-
CMYK00.570.600.20
HSL3.39º55.36%56.08%-
HSV(B)3.39º60.49%80.39%-
XYZ30.1520.5510.16-
YUV122.18104.76187.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.81%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=54.81%
G=23.53%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205888100.570.600.203.3955.3656.08
HexCD58510393C1433738
Octal315130121071742436770
Binary110011011011000101000101110011111001010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5851; }

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

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

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

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

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

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

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

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