#CB718E

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

Shades of Charm #CB718E

Tints of Charm #CB718E

Color information

#CB718E (or 0xCB718E) is unknown color: approx Charm. HEX triplet: CB, 71 and 8E. RGB value is (203,113,142). Sum of RGB (Red+Green+Blue) = 203+113+142=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB718E is #348E71. Grayscale: #8F8F8F. Windows color (decimal): -3444338 or 9335243. OLE color: 9335243.

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

Color convert

RGB203113142-
CMYK00.440.300.20
HSL340.67º46.39%61.96%-
HSV(B)340.67º44.33%79.61%-
XYZ35.4226.4628.83-
YUV143.22127.32170.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=44.32%
G=24.67%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311314200.440.300.20340.6746.3961.96
HexCB718E02C1E141552e3e
Octal31316121605436245255676
Binary1100101111100011000111001011001111010100101010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB718E; }

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

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

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

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

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

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

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

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