#CB727B

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

Shades of Charm #CB727B

Tints of Charm #CB727B

Color information

#CB727B (or 0xCB727B) is unknown color: approx Charm. HEX triplet: CB, 72 and 7B. RGB value is (203,114,123). Sum of RGB (Red+Green+Blue) = 203+114+123=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB727B is #348D84. Grayscale: #8D8D8D. Windows color (decimal): -3444101 or 8090315. OLE color: 8090315.

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

Color convert

RGB203114123-
CMYK00.440.390.20
HSL353.93º46.11%62.16%-
HSV(B)353.93º43.84%79.61%-
XYZ34.2226.1621.98-
YUV141.64117.49171.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=46.14%
G=25.91%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311412300.440.390.20353.9346.1162.16
HexCB727B02C27141622e3e
Octal31316217305447245425676
Binary1100101111100101111011010110010011110100101100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB727B; }

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

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

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

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

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

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

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

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