#CB365C

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

Shades of Cerise #CB365C

Tints of Cerise #CB365C

Color information

#CB365C (or 0xCB365C) is unknown color: approx Cerise. HEX triplet: CB, 36 and 5C. RGB value is (203,54,92). Sum of RGB (Red+Green+Blue) = 203+54+92=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB365C is #34C9A3. Grayscale: #666666. Windows color (decimal): -3459492 or 6043339. OLE color: 6043339.

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

Color convert

RGB2035492-
CMYK00.730.550.20
HSL344.7º58.89%50.39%-
HSV(B)344.7º73.4%79.61%-
XYZ27.8816.1111.76-
YUV102.88121.86199.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.17%
GREEN value IS 54 (21.48% from 255) = 15.47%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=58.17%
G=15.47%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203549200.730.550.20344.758.8950.39
HexCB365C04937141593b32
Octal31366134011167245317362
Binary1100101111011010111000100100111011110100101011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB365C; }

 p { color: rgb(203,54,92); }

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

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

 a { background-color: rgb(203,54,92); }

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

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

 span { border-color: rgb(203,54,92); }

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