#CB727A

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

Shades of Charm #CB727A

Tints of Charm #CB727A

Color information

#CB727A (or 0xCB727A) is unknown color: approx Charm. HEX triplet: CB, 72 and 7A. RGB value is (203,114,122). Sum of RGB (Red+Green+Blue) = 203+114+122=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB727A is #348D85. Grayscale: #8D8D8D. Windows color (decimal): -3444102 or 8024779. OLE color: 8024779.

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

Color convert

RGB203114122-
CMYK00.440.400.20
HSL354.61º46.11%62.16%-
HSV(B)354.61º43.84%79.61%-
XYZ34.1626.1421.66-
YUV141.52116.99171.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=46.24%
G=25.97%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311412200.440.400.20354.6146.1162.16
HexCB727A02C28141632e3e
Octal31316217205450245435676
Binary1100101111100101111010010110010100010100101100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB727A; }

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

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

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

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

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

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

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

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