#CB3069

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

Shades of Cerise #CB3069

Tints of Cerise #CB3069

Color information

#CB3069 (or 0xCB3069) is unknown color: approx Cerise. HEX triplet: CB, 30 and 69. RGB value is (203,48,105). Sum of RGB (Red+Green+Blue) = 203+48+105=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3069 is #34CF96. Grayscale: #646464. Windows color (decimal): -3461015 or 6893771. OLE color: 6893771.

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

Color convert

RGB20348105-
CMYK00.760.480.20
HSL337.94º61.75%49.22%-
HSV(B)337.94º76.35%79.61%-
XYZ28.2415.8314.93-
YUV100.84130.35200.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.02%
GREEN value IS 48 (19.14% from 255) = 13.48%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=57.02%
G=13.48%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034810500.760.480.20337.9461.7549.22
HexCB306904C30141523e31
Octal31360151011460245227661
Binary1100101111000011010010100110011000010100101010010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3069; }

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

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

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

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

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

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

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

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