#CB727E

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

Shades of Charm #CB727E

Tints of Charm #CB727E

Color information

#CB727E (or 0xCB727E) is unknown color: approx Charm. HEX triplet: CB, 72 and 7E. RGB value is (203,114,126). Sum of RGB (Red+Green+Blue) = 203+114+126=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB727E is #348D81. Grayscale: #8E8E8E. Windows color (decimal): -3444098 or 8286923. OLE color: 8286923.

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

Color convert

RGB203114126-
CMYK00.440.380.20
HSL351.91º46.11%62.16%-
HSV(B)351.91º43.84%79.61%-
XYZ34.4126.2422.99-
YUV141.98118.99171.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=45.82%
G=25.73%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311412600.440.380.20351.9146.1162.16
HexCB727E02C26141602e3e
Octal31316217605446245405676
Binary1100101111100101111110010110010011010100101100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB727E; }

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

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

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

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

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

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

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

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