#CB768A

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

Shades of Charm #CB768A

Tints of Charm #CB768A

Color information

#CB768A (or 0xCB768A) is unknown color: approx Charm. HEX triplet: CB, 76 and 8A. RGB value is (203,118,138). Sum of RGB (Red+Green+Blue) = 203+118+138=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB768A is #348975. Grayscale: #919191. Windows color (decimal): -3443062 or 9074379. OLE color: 9074379.

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

Color convert

RGB203118138-
CMYK00.420.320.20
HSL345.88º44.97%62.94%-
HSV(B)345.88º41.87%79.61%-
XYZ35.6927.4927.47-
YUV145.7123.66168.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=44.23%
G=25.71%
B=30.07%

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
Decimal20311813800.420.320.20345.8844.9762.94
HexCB768A02A201415a2d3f
Octal31316621205240245325577
Binary11001011111011010001010010101010000010100101011010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB768A; }

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

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

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

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

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

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

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

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