#CB376A

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

Shades of Cerise #CB376A

Tints of Cerise #CB376A

Color information

#CB376A (or 0xCB376A) is unknown color: approx Cerise. HEX triplet: CB, 37 and 6A. RGB value is (203,55,106). Sum of RGB (Red+Green+Blue) = 203+55+106=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB376A is #34C895. Grayscale: #696969. Windows color (decimal): -3459222 or 6961099. OLE color: 6961099.

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

Color convert

RGB20355106-
CMYK00.730.480.20
HSL339.32º58.73%50.59%-
HSV(B)339.32º72.91%79.61%-
XYZ28.616.4715.31-
YUV105.07128.53197.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.77%
GREEN value IS 55 (21.88% from 255) = 15.11%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=55.77%
G=15.11%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035510600.730.480.20339.3258.7350.59
HexCB376A04930141533b33
Octal31367152011160245237363
Binary1100101111011111010100100100111000010100101010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB376A; }

 p { color: rgb(203,55,106); }

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

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

 a { background-color: rgb(203,55,106); }

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

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

 span { border-color: rgb(203,55,106); }

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