#CA7685

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

Shades of Charm #CA7685

Tints of Charm #CA7685

Color information

#CA7685 (or 0xCA7685) is unknown color: approx Charm. HEX triplet: CA, 76 and 85. RGB value is (202,118,133). Sum of RGB (Red+Green+Blue) = 202+118+133=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7685 is #35897A. Grayscale: #909090. Windows color (decimal): -3508603 or 8746698. OLE color: 8746698.

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

Color convert

RGB202118133-
CMYK00.420.340.21
HSL349.29º44.21%62.75%-
HSV(B)349.29º41.58%79.22%-
XYZ35.0727.2125.59-
YUV144.83121.33168.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=44.59%
G=26.05%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211813300.420.340.21349.2944.2162.75
HexCA768502A221515d2c3f
Octal31216620505242255355477
Binary11001010111011010000101010101010001010101101011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7685; }

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

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

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

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

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

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

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

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