#cb325f

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

Shades of Cerise #CB325F

Tints of Cerise #CB325F

Color information

#CB325F (or 0xCB325F) is unknown color: approx Cerise. HEX triplet: CB, 32 and 5F. RGB value is (203,50,95). Sum of RGB (Red+Green+Blue) = 203+50+95=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB325F is #34CDA0. Grayscale: #646464. Windows color (decimal): -3460513 or 6238923. OLE color: 6238923.

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

Color convert

RGB2035095-
CMYK00.750.530.20
HSL342.35º60.47%49.61%-
HSV(B)342.35º75.37%79.61%-
XYZ27.8315.812.41-
YUV100.88124.69200.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=58.33%
G=14.37%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203509500.750.530.20342.3560.4749.61
HexCB325F04B35141563c32
Octal31362137011365245267462
Binary1100101111001010111110100101111010110100101010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb325f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb325f; }

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

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

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

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

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

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

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

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