#CA677E

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

Shades of Charm #CA677E

Tints of Charm #CA677E

Color information

#CA677E (or 0xCA677E) is unknown color: approx Charm. HEX triplet: CA, 67 and 7E. RGB value is (202,103,126). Sum of RGB (Red+Green+Blue) = 202+103+126=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA677E is #359881. Grayscale: #878787. Windows color (decimal): -3512450 or 8284106. OLE color: 8284106.

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

Color convert

RGB202103126-
CMYK00.490.380.21
HSL346.06º48.29%59.8%-
HSV(B)346.06º49.01%79.22%-
XYZ32.9723.7622.59-
YUV135.22122.8175.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=46.87%
G=23.90%
B=29.23%

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
Decimal20210312600.490.380.21346.0648.2959.8
HexCA677E031261515a303c
Octal31214717606146255326074
Binary1100101011001111111110011000110011010101101011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA677E; }

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

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

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

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

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

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

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

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