#CA687D

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

Shades of Charm #CA687D

Tints of Charm #CA687D

Color information

#CA687D (or 0xCA687D) is unknown color: approx Charm. HEX triplet: CA, 68 and 7D. RGB value is (202,104,125). Sum of RGB (Red+Green+Blue) = 202+104+125=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA687D is #359782. Grayscale: #878787. Windows color (decimal): -3512195 or 8218826. OLE color: 8218826.

HSL color Cylindrical-coordinate representation of color #CA687D: hue angle of 347.14º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA687D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202104125-
CMYK00.490.380.21
HSL347.14º48.04%60%-
HSV(B)347.14º48.51%79.22%-
XYZ33.0123.9422.28-
YUV135.7121.97175.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=46.87%
G=24.13%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210412500.490.380.21347.1448.0460
HexCA687D031261515b303c
Octal31215017506146255336074
Binary1100101011010001111101011000110011010101101011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA687D; }

 p { color: rgb(202,104,125); }

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

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

 a { background-color: rgb(202,104,125); }

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

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

 span { border-color: rgb(202,104,125); }

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