#CA6C78

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

Shades of Charm #CA6C78

Tints of Charm #CA6C78

Color information

#CA6C78 (or 0xCA6C78) is unknown color: approx Charm. HEX triplet: CA, 6C and 78. RGB value is (202,108,120). Sum of RGB (Red+Green+Blue) = 202+108+120=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C78 is #359387. Grayscale: #898989. Windows color (decimal): -3511176 or 7892170. OLE color: 7892170.

HSL color Cylindrical-coordinate representation of color #CA6C78: hue angle of 352.34º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6C78 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202108120-
CMYK00.470.410.21
HSL352.34º47%60.78%-
HSV(B)352.34º46.53%79.22%-
XYZ33.1124.6420.78-
YUV137.47118.14174.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 120 (47.27% from 255) = 27.91%
R=46.98%
G=25.12%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210812000.470.410.21352.344760.78
HexCA6C7802F29151602f3d
Octal31215417005751255405775
Binary1100101011011001111000010111110100110101101100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C78; }

 p { color: rgb(202,108,120); }

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

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

 a { background-color: rgb(202,108,120); }

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

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

 span { border-color: rgb(202,108,120); }

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