#CD3B63

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

Shades of Cerise #CD3B63

Tints of Cerise #CD3B63

Color information

#CD3B63 (or 0xCD3B63) is unknown color: approx Cerise. HEX triplet: CD, 3B and 63. RGB value is (205,59,99). Sum of RGB (Red+Green+Blue) = 205+59+99=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3B63 is #32C49C. Grayscale: #6B6B6B. Windows color (decimal): -3327133 or 6503373. OLE color: 6503373.

HSL color Cylindrical-coordinate representation of color #CD3B63: hue angle of 343.56º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3B63 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB2055999-
CMYK00.710.520.20
HSL343.56º59.35%51.76%-
HSV(B)343.56º71.22%80.39%-
XYZ28.9917.0113.56-
YUV107.21123.37197.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.47%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=56.47%
G=16.25%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205599900.710.520.20343.5659.3551.76
HexCD3B6304734141583b34
Octal31573143010764245307364
Binary1100110111101111000110100011111010010100101011000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3B63; }

 p { color: rgb(205,59,99); }

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

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

 a { background-color: rgb(205,59,99); }

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

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

 span { border-color: rgb(205,59,99); }

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