#CB768C

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

Shades of Charm #CB768C

Tints of Charm #CB768C

Color information

#CB768C (or 0xCB768C) is unknown color: approx Charm. HEX triplet: CB, 76 and 8C. RGB value is (203,118,140). Sum of RGB (Red+Green+Blue) = 203+118+140=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB768C is #348973. Grayscale: #919191. Windows color (decimal): -3443060 or 9205451. OLE color: 9205451.

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

Color convert

RGB203118140-
CMYK00.420.310.20
HSL344.47º44.97%62.94%-
HSV(B)344.47º41.87%79.61%-
XYZ35.8427.5528.24-
YUV145.92124.66168.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=44.03%
G=25.60%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311814000.420.310.20344.4744.9762.94
HexCB768C02A1F141582d3f
Octal31316621405237245305577
Binary1100101111101101000110001010101111110100101011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB768C; }

 p { color: rgb(203,118,140); }

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

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

 a { background-color: rgb(203,118,140); }

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

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

 span { border-color: rgb(203,118,140); }

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