#CB778F

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

Shades of Charm #CB778F

Tints of Charm #CB778F

Color information

#CB778F (or 0xCB778F) is unknown color: approx Charm. HEX triplet: CB, 77 and 8F. RGB value is (203,119,143). Sum of RGB (Red+Green+Blue) = 203+119+143=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB778F is #348870. Grayscale: #929292. Windows color (decimal): -3442801 or 9402315. OLE color: 9402315.

HSL color Cylindrical-coordinate representation of color #CB778F: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB778F is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203119143-
CMYK00.410.300.20
HSL342.86º44.68%63.14%-
HSV(B)342.86º41.38%79.61%-
XYZ36.1827.8729.46-
YUV146.85125.83168.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=43.66%
G=25.59%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311914300.410.300.20342.8644.6863.14
HexCB778F0291E141572d3f
Octal31316721705136245275577
Binary1100101111101111000111101010011111010100101010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB778F; }

 p { color: rgb(203,119,143); }

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

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

 a { background-color: rgb(203,119,143); }

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

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

 span { border-color: rgb(203,119,143); }

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