#CA768B

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

Shades of Charm #CA768B

Tints of Charm #CA768B

Color information

#CA768B (or 0xCA768B) is unknown color: approx Charm. HEX triplet: CA, 76 and 8B. RGB value is (202,118,139). Sum of RGB (Red+Green+Blue) = 202+118+139=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA768B is #358974. Grayscale: #919191. Windows color (decimal): -3508597 or 9139914. OLE color: 9139914.

HSL color Cylindrical-coordinate representation of color #CA768B: hue angle of 345º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA768B is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202118139-
CMYK00.420.310.21
HSL345º44.21%62.75%-
HSV(B)345º41.58%79.22%-
XYZ35.527.3827.84-
YUV145.51124.33168.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=44.01%
G=25.71%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211813900.420.310.2134544.2162.75
HexCA768B02A1F151592c3f
Octal31216621305237255315477
Binary1100101011101101000101101010101111110101101011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA768B; }

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

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

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

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

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

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

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

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