#CB7189

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

Shades of Charm #CB7189

Tints of Charm #CB7189

Color information

#CB7189 (or 0xCB7189) is unknown color: approx Charm. HEX triplet: CB, 71 and 89. RGB value is (203,113,137). Sum of RGB (Red+Green+Blue) = 203+113+137=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7189 is #348E76. Grayscale: #8E8E8E. Windows color (decimal): -3444343 or 9007563. OLE color: 9007563.

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

Color convert

RGB203113137-
CMYK00.440.330.20
HSL344º46.39%61.96%-
HSV(B)344º44.33%79.61%-
XYZ35.0526.3126.9-
YUV142.65124.82171.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=44.81%
G=24.94%
B=30.24%

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
Decimal20311313700.440.330.2034446.3961.96
HexCB718902C21141582e3e
Octal31316121105441245305676
Binary11001011111000110001001010110010000110100101011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7189; }

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

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

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

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

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

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

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

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