#CD5B52

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

Shades of Valencia #CD5B52

Tints of Valencia #CD5B52

Color information

#CD5B52 (or 0xCD5B52) is unknown color: approx Valencia. HEX triplet: CD, 5B and 52. RGB value is (205,91,82). Sum of RGB (Red+Green+Blue) = 205+91+82=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5B52 is #32A4AD. Grayscale: #7C7C7C. Windows color (decimal): -3318958 or 5397453. OLE color: 5397453.

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

Color convert

RGB2059182-
CMYK00.560.60.20
HSL4.39º55.16%56.27%-
HSV(B)4.39º60%80.39%-
XYZ30.4421.0710.45-
YUV124.06104.27185.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.23%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=54.23%
G=24.07%
B=21.69%

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
Decimal205918200.560.60.204.3955.1656.27
HexCD5B520383C1443738
Octal315133122070742446770
Binary1100110110110111010010011100011110010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B52; }

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

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

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

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

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

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

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

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