#CD355A

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

Shades of Cerise #CD355A

Tints of Cerise #CD355A

Color information

#CD355A (or 0xCD355A) is unknown color: approx Cerise. HEX triplet: CD, 35 and 5A. RGB value is (205,53,90). Sum of RGB (Red+Green+Blue) = 205+53+90=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD355A is #32CAA5. Grayscale: #666666. Windows color (decimal): -3328678 or 5912013. OLE color: 5912013.

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

Color convert

RGB2055390-
CMYK00.740.560.20
HSL345.39º60.32%50.59%-
HSV(B)345.39º74.15%80.39%-
XYZ28.316.2611.32-
YUV102.67120.86200.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.91%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=58.91%
G=15.23%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205539000.740.560.20345.3960.3250.59
HexCD355A04A38141593c33
Octal31565132011270245317463
Binary1100110111010110110100100101011100010100101011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD355A; }

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

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

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

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

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

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

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

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