#CB7188

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

Shades of Charm #CB7188

Tints of Charm #CB7188

Color information

#CB7188 (or 0xCB7188) is unknown color: approx Charm. HEX triplet: CB, 71 and 88. RGB value is (203,113,136). Sum of RGB (Red+Green+Blue) = 203+113+136=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7188 is #348E77. Grayscale: #8E8E8E. Windows color (decimal): -3444344 or 8942027. OLE color: 8942027.

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

Color convert

RGB203113136-
CMYK00.440.330.20
HSL344.67º46.39%61.96%-
HSV(B)344.67º44.33%79.61%-
XYZ34.9826.2826.52-
YUV142.53124.32171.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=44.91%
G=25%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311313600.440.330.20344.6746.3961.96
HexCB718802C21141592e3e
Octal31316121005441245315676
Binary11001011111000110001000010110010000110100101011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7188; }

 p { color: rgb(203,113,136); }

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

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

 a { background-color: rgb(203,113,136); }

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

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

 span { border-color: rgb(203,113,136); }

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