#CA7678

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

Shades of Charm #CA7678

Tints of Charm #CA7678

Color information

#CA7678 (or 0xCA7678) is unknown color: approx Charm. HEX triplet: CA, 76 and 78. RGB value is (202,118,120). Sum of RGB (Red+Green+Blue) = 202+118+120=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7678 is #358987. Grayscale: #8F8F8F. Windows color (decimal): -3508616 or 7894730. OLE color: 7894730.

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

Color convert

RGB202118120-
CMYK00.420.410.21
HSL358.57º44.21%62.75%-
HSV(B)358.57º41.58%79.22%-
XYZ34.2326.8721.15-
YUV143.34114.83169.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=45.91%
G=26.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211812000.420.410.21358.5744.2162.75
HexCA767802A29151672c3f
Octal31216617005251255475477
Binary1100101011101101111000010101010100110101101100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7678; }

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

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

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

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

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

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

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

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