#CB718D

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

Shades of Charm #CB718D

Tints of Charm #CB718D

Color information

#CB718D (or 0xCB718D) is unknown color: approx Charm. HEX triplet: CB, 71 and 8D. RGB value is (203,113,141). Sum of RGB (Red+Green+Blue) = 203+113+141=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB718D is #348E72. Grayscale: #8F8F8F. Windows color (decimal): -3444339 or 9269707. OLE color: 9269707.

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

Color convert

RGB203113141-
CMYK00.440.310.20
HSL341.33º46.39%61.96%-
HSV(B)341.33º44.33%79.61%-
XYZ35.3426.4328.44-
YUV143.1126.82170.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=44.42%
G=24.73%
B=30.85%

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
Decimal20311314100.440.310.20341.3346.3961.96
HexCB718D02C1F141552e3e
Octal31316121505437245255676
Binary1100101111100011000110101011001111110100101010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB718D; }

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

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

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

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

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

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

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

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