#CB738F

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

Shades of Charm #CB738F

Tints of Charm #CB738F

Color information

#CB738F (or 0xCB738F) is unknown color: approx Charm. HEX triplet: CB, 73 and 8F. RGB value is (203,115,143). Sum of RGB (Red+Green+Blue) = 203+115+143=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB738F is #348C70. Grayscale: #909090. Windows color (decimal): -3443825 or 9401291. OLE color: 9401291.

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

Color convert

RGB203115143-
CMYK00.430.300.20
HSL340.91º45.83%62.35%-
HSV(B)340.91º43.35%79.61%-
XYZ35.7226.9429.3-
YUV144.5127.15169.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=44.03%
G=24.95%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311514300.430.300.20340.9145.8362.35
HexCB738F02B1E141552e3e
Octal31316321705336245255676
Binary1100101111100111000111101010111111010100101010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB738F; }

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

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

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

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

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

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

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

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