#CA6779

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

Shades of Charm #CA6779

Tints of Charm #CA6779

Color information

#CA6779 (or 0xCA6779) is unknown color: approx Charm. HEX triplet: CA, 67 and 79. RGB value is (202,103,121). Sum of RGB (Red+Green+Blue) = 202+103+121=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6779 is #359886. Grayscale: #868686. Windows color (decimal): -3512455 or 7956426. OLE color: 7956426.

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

Color convert

RGB202103121-
CMYK00.490.400.21
HSL349.09º48.29%59.8%-
HSV(B)349.09º49.01%79.22%-
XYZ32.6623.6420.93-
YUV134.65120.3176.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=47.42%
G=24.18%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210312100.490.400.21349.0948.2959.8
HexCA6779031281515d303c
Octal31214717106150255356074
Binary1100101011001111111001011000110100010101101011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6779; }

 p { color: rgb(202,103,121); }

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

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

 a { background-color: rgb(202,103,121); }

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

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

 span { border-color: rgb(202,103,121); }

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