#CD5A52

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

Shades of Valencia #CD5A52

Tints of Valencia #CD5A52

Color information

#CD5A52 (or 0xCD5A52) is unknown color: approx Valencia. HEX triplet: CD, 5A and 52. RGB value is (205,90,82). Sum of RGB (Red+Green+Blue) = 205+90+82=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5A52 is #32A5AD. Grayscale: #7B7B7B. Windows color (decimal): -3319214 or 5397197. OLE color: 5397197.

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

Color convert

RGB2059082-
CMYK00.560.60.20
HSL3.9º55.16%56.27%-
HSV(B)3.9º60%80.39%-
XYZ30.3620.910.42-
YUV123.47104.6186.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=54.38%
G=23.87%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205908200.560.60.203.955.1656.27
HexCD5A520383C1443738
Octal315132122070742446770
Binary1100110110110101010010011100011110010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A52; }

 p { color: rgb(205,90,82); }

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

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

 a { background-color: rgb(205,90,82); }

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

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

 span { border-color: rgb(205,90,82); }

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