#CB728C

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

Shades of Charm #CB728C

Tints of Charm #CB728C

Color information

#CB728C (or 0xCB728C) is unknown color: approx Charm. HEX triplet: CB, 72 and 8C. RGB value is (203,114,140). Sum of RGB (Red+Green+Blue) = 203+114+140=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB728C is #348D73. Grayscale: #8F8F8F. Windows color (decimal): -3444084 or 9204427. OLE color: 9204427.

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

Color convert

RGB203114140-
CMYK00.440.310.20
HSL342.47º46.11%62.16%-
HSV(B)342.47º43.84%79.61%-
XYZ35.3826.6228.09-
YUV143.57125.99170.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=44.42%
G=24.95%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311414000.440.310.20342.4746.1162.16
HexCB728C02C1F141562e3e
Octal31316221405437245265676
Binary1100101111100101000110001011001111110100101010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB728C; }

 p { color: rgb(203,114,140); }

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

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

 a { background-color: rgb(203,114,140); }

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

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

 span { border-color: rgb(203,114,140); }

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