#CB385D

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

Shades of Cerise #CB385D

Tints of Cerise #CB385D

Color information

#CB385D (or 0xCB385D) is unknown color: approx Cerise. HEX triplet: CB, 38 and 5D. RGB value is (203,56,93). Sum of RGB (Red+Green+Blue) = 203+56+93=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB385D is #34C7A2. Grayscale: #686868. Windows color (decimal): -3458979 or 6109387. OLE color: 6109387.

HSL color Cylindrical-coordinate representation of color #CB385D: hue angle of 344.9º degrees, saturation: 0.59, 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 #CB385D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB2035693-
CMYK00.720.540.20
HSL344.9º58.57%50.78%-
HSV(B)344.9º72.41%79.61%-
XYZ28.0216.3212.03-
YUV104.17121.7198.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.67%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=57.67%
G=15.91%
B=26.42%

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
Decimal203569300.720.540.20344.958.5750.78
HexCB385D04836141593b33
Octal31370135011066245317363
Binary1100101111100010111010100100011011010100101011001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB385D; }

 p { color: rgb(203,56,93); }

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

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

 a { background-color: rgb(203,56,93); }

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

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

 span { border-color: rgb(203,56,93); }

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