#CA768A

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

Shades of Charm #CA768A

Tints of Charm #CA768A

Color information

#CA768A (or 0xCA768A) is unknown color: approx Charm. HEX triplet: CA, 76 and 8A. RGB value is (202,118,138). Sum of RGB (Red+Green+Blue) = 202+118+138=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA768A is #358975. Grayscale: #919191. Windows color (decimal): -3508598 or 9074378. OLE color: 9074378.

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

Color convert

RGB202118138-
CMYK00.420.320.21
HSL345.71º44.21%62.75%-
HSV(B)345.71º41.58%79.22%-
XYZ35.4227.3527.46-
YUV145.4123.83168.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=44.10%
G=25.76%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211813800.420.320.21345.7144.2162.75
HexCA768A02A201515a2c3f
Octal31216621205240255325477
Binary11001010111011010001010010101010000010101101011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA768A; }

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

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

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

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

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

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

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

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