#CB738D

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

Shades of Charm #CB738D

Tints of Charm #CB738D

Color information

#CB738D (or 0xCB738D) is unknown color: approx Charm. HEX triplet: CB, 73 and 8D. RGB value is (203,115,141). Sum of RGB (Red+Green+Blue) = 203+115+141=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB738D is #348C72. Grayscale: #909090. Windows color (decimal): -3443827 or 9270219. OLE color: 9270219.

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

Color convert

RGB203115141-
CMYK00.430.310.20
HSL342.27º45.83%62.35%-
HSV(B)342.27º43.35%79.61%-
XYZ35.5726.8828.51-
YUV144.28126.15169.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=44.23%
G=25.05%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311514100.430.310.20342.2745.8362.35
HexCB738D02B1F141562e3e
Octal31316321505337245265676
Binary1100101111100111000110101010111111110100101010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB738D; }

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

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

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

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

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

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

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

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