#CB758E

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

Shades of Charm #CB758E

Tints of Charm #CB758E

Color information

#CB758E (or 0xCB758E) is unknown color: approx Charm. HEX triplet: CB, 75 and 8E. RGB value is (203,117,142). Sum of RGB (Red+Green+Blue) = 203+117+142=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB758E is #348A71. Grayscale: #919191. Windows color (decimal): -3443314 or 9336267. OLE color: 9336267.

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

Color convert

RGB203117142-
CMYK00.420.300.20
HSL342.56º45.26%62.75%-
HSV(B)342.56º42.36%79.61%-
XYZ35.8727.3728.98-
YUV145.56125.99168.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=43.94%
G=25.32%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311714200.420.300.20342.5645.2662.75
HexCB758E02A1E141572d3f
Octal31316521605236245275577
Binary1100101111101011000111001010101111010100101010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB758E; }

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

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

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

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

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

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

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

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