#CB385F

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

Shades of Cerise #CB385F

Tints of Cerise #CB385F

Color information

#CB385F (or 0xCB385F) is unknown color: approx Cerise. HEX triplet: CB, 38 and 5F. RGB value is (203,56,95). Sum of RGB (Red+Green+Blue) = 203+56+95=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB385F is #34C7A0. Grayscale: #686868. Windows color (decimal): -3458977 or 6240459. OLE color: 6240459.

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

Color convert

RGB2035695-
CMYK00.720.530.20
HSL344.08º58.57%50.78%-
HSV(B)344.08º72.41%79.61%-
XYZ28.1116.3512.5-
YUV104.4122.7198.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=57.34%
G=15.82%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203569500.720.530.20344.0858.5750.78
HexCB385F04835141583b33
Octal31370137011065245307363
Binary1100101111100010111110100100011010110100101011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB385F; }

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

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

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

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

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

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

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

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