#CB2C69

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

Shades of Cerise #CB2C69

Tints of Cerise #CB2C69

Color information

#CB2C69 (or 0xCB2C69) is unknown color: approx Cerise. HEX triplet: CB, 2C and 69. RGB value is (203,44,105). Sum of RGB (Red+Green+Blue) = 203+44+105=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2C69 is #34D396. Grayscale: #626262. Windows color (decimal): -3462039 or 6892747. OLE color: 6892747.

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

Color convert

RGB20344105-
CMYK00.780.480.20
HSL336.98º64.37%48.43%-
HSV(B)336.98º78.33%79.61%-
XYZ28.0815.5214.88-
YUV98.49131.68202.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.67%
GREEN value IS 44 (17.58% from 255) = 12.5%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=57.67%
G=12.5%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034410500.780.480.20336.9864.3748.43
HexCB2C6904E30141514030
Octal313541510116602452110060
Binary11001011101100110100101001110110000101001010100011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2C69; }

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

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

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

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

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

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

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

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