#CB2968

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

Shades of Cerise #CB2968

Tints of Cerise #CB2968

Color information

#CB2968 (or 0xCB2968) is unknown color: approx Cerise. HEX triplet: CB, 29 and 68. RGB value is (203,41,104). Sum of RGB (Red+Green+Blue) = 203+41+104=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2968 is #34D697. Grayscale: #606060. Windows color (decimal): -3462808 or 6826443. OLE color: 6826443.

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

Color convert

RGB20341104-
CMYK00.800.490.20
HSL336.67º66.39%47.84%-
HSV(B)336.67º79.8%79.61%-
XYZ27.9215.2814.57-
YUV96.62132.17203.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=58.33%
G=11.78%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034110400.800.490.20336.6766.3947.84
HexCB296805031141514230
Octal313511500120612452110260
Binary11001011101001110100001010000110001101001010100011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2968; }

 p { color: rgb(203,41,104); }

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

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

 a { background-color: rgb(203,41,104); }

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

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

 span { border-color: rgb(203,41,104); }

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