#CB3065

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

Shades of Cerise #CB3065

Tints of Cerise #CB3065

Color information

#CB3065 (or 0xCB3065) is unknown color: approx Cerise. HEX triplet: CB, 30 and 65. RGB value is (203,48,101). Sum of RGB (Red+Green+Blue) = 203+48+101=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3065 is #34CF9A. Grayscale: #646464. Windows color (decimal): -3461019 or 6631627. OLE color: 6631627.

HSL color Cylindrical-coordinate representation of color #CB3065: hue angle of 339.48º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3065 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20348101-
CMYK00.760.500.20
HSL339.48º61.75%49.22%-
HSV(B)339.48º76.35%79.61%-
XYZ28.0315.7513.87-
YUV100.39128.35201.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.67%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=57.67%
G=13.64%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034810100.760.500.20339.4861.7549.22
HexCB306504C32141533e31
Octal31360145011462245237661
Binary1100101111000011001010100110011001010100101010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3065; }

 p { color: rgb(203,48,101); }

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

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

 a { background-color: rgb(203,48,101); }

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

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

 span { border-color: rgb(203,48,101); }

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