#cb7784

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

Shades of Charm #CB7784

Tints of Charm #CB7784

Color information

#CB7784 (or 0xCB7784) is unknown color: approx Charm. HEX triplet: CB, 77 and 84. RGB value is (203,119,132). Sum of RGB (Red+Green+Blue) = 203+119+132=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7784 is #34887B. Grayscale: #919191. Windows color (decimal): -3442812 or 8681419. OLE color: 8681419.

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

Color convert

RGB203119132-
CMYK00.410.350.20
HSL350.71º44.68%63.14%-
HSV(B)350.71º41.38%79.61%-
XYZ35.3927.5625.28-
YUV145.6120.33168.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 132 (51.95% from 255) = 29.07%
R=44.71%
G=26.21%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311913200.410.350.20350.7144.6863.14
HexCB7784029231415f2d3f
Octal31316720405143245375577
Binary11001011111011110000100010100110001110100101011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7784; }

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

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

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

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

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

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

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

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