#CA677C

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

Shades of Charm #CA677C

Tints of Charm #CA677C

Color information

#CA677C (or 0xCA677C) is unknown color: approx Charm. HEX triplet: CA, 67 and 7C. RGB value is (202,103,124). Sum of RGB (Red+Green+Blue) = 202+103+124=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA677C is #359883. Grayscale: #878787. Windows color (decimal): -3512452 or 8153034. OLE color: 8153034.

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

Color convert

RGB202103124-
CMYK00.490.390.21
HSL347.27º48.29%59.8%-
HSV(B)347.27º49.01%79.22%-
XYZ32.8523.7121.91-
YUV135121.8175.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=47.09%
G=24.01%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210312400.490.390.21347.2748.2959.8
HexCA677C031271515b303c
Octal31214717406147255336074
Binary1100101011001111111100011000110011110101101011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA677C; }

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

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

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

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

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

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

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

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