#CD5248

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

Shades of Valencia #CD5248

Tints of Valencia #CD5248

Color information

#CD5248 (or 0xCD5248) is unknown color: approx Valencia. HEX triplet: CD, 52 and 48. RGB value is (205,82,72). Sum of RGB (Red+Green+Blue) = 205+82+72=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5248 is #32ADB7. Grayscale: #757575. Windows color (decimal): -3321272 or 4739789. OLE color: 4739789.

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

Color convert

RGB2058272-
CMYK00.60.650.20
HSL4.51º57.08%54.31%-
HSV(B)4.51º64.88%80.39%-
XYZ29.3619.488.34-
YUV117.64102.25190.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.10%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=57.10%
G=22.84%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205827200.60.650.204.5157.0854.31
HexCD524803C411453936
Octal3151221100741012457166
Binary11001101101001010010000111100100000110100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5248; }

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

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

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

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

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

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

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

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