#CD524D

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

Shades of Valencia #CD524D

Tints of Valencia #CD524D

Color information

#CD524D (or 0xCD524D) is unknown color: approx Valencia. HEX triplet: CD, 52 and 4D. RGB value is (205,82,77). Sum of RGB (Red+Green+Blue) = 205+82+77=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD524D is #32ADB2. Grayscale: #767676. Windows color (decimal): -3321267 or 5067469. OLE color: 5067469.

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

Color convert

RGB2058277-
CMYK00.60.620.20
HSL2.34º56.14%55.29%-
HSV(B)2.34º62.44%80.39%-
XYZ29.5319.559.24-
YUV118.21104.75189.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.32%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=56.32%
G=22.53%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205827700.60.620.202.3456.1455.29
HexCD524D03C3E1423837
Octal315122115074762427067
Binary110011011010010100110101111001111101010010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD524D; }

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

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

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

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

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

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

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

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