#CB768B

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

Shades of Charm #CB768B

Tints of Charm #CB768B

Color information

#CB768B (or 0xCB768B) is unknown color: approx Charm. HEX triplet: CB, 76 and 8B. RGB value is (203,118,139). Sum of RGB (Red+Green+Blue) = 203+118+139=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB768B is #348974. Grayscale: #919191. Windows color (decimal): -3443061 or 9139915. OLE color: 9139915.

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

Color convert

RGB203118139-
CMYK00.420.320.20
HSL345.18º44.97%62.94%-
HSV(B)345.18º41.87%79.61%-
XYZ35.7727.5227.85-
YUV145.81124.16168.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=44.13%
G=25.65%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311813900.420.320.20345.1844.9762.94
HexCB768B02A20141592d3f
Octal31316621305240245315577
Binary11001011111011010001011010101010000010100101011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB768B; }

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

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

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

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

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

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

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

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