#CD395E

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

Shades of Cerise #CD395E

Tints of Cerise #CD395E

Color information

#CD395E (or 0xCD395E) is unknown color: approx Cerise. HEX triplet: CD, 39 and 5E. RGB value is (205,57,94). Sum of RGB (Red+Green+Blue) = 205+57+94=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD395E is #32C6A1. Grayscale: #696969. Windows color (decimal): -3327650 or 6175181. OLE color: 6175181.

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

Color convert

RGB2055794-
CMYK00.720.540.20
HSL345º59.68%51.37%-
HSV(B)345º72.2%80.39%-
XYZ28.6616.7112.31-
YUV105.47121.53198.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.58%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=57.58%
G=16.01%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205579400.720.540.2034559.6851.37
HexCD395E04836141593c33
Octal31571136011066245317463
Binary1100110111100110111100100100011011010100101011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD395E; }

 p { color: rgb(205,57,94); }

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

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

 a { background-color: rgb(205,57,94); }

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

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

 span { border-color: rgb(205,57,94); }

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